Did you try session_start() in the next page before echo().
If it gives "Headers already sent" then try:
ob_start()
session_start()
----------etc
ob_flush()
: hello......I used :
:
: session_start() ;
: session_register('msg') ;
:
: to create a session and I wrote: $_SESSION['msg']="card added" ;
: and there is a header in the page to another page, I tryed to output
: the message like this but it didn't work: echo"$_SESSION['msg']" ;
:
: how can I do that.... and thanks alot
Abhishek
http://adeydas.com