Thanks for the help.
I got it worked. The mistake I did was that I failed to call session_start()
in the next page.

-Murugesan
----- Original Message -----
From: "Burhan" <[EMAIL PROTECTED]>
To: "murugesan" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 3:29 PM
Subject: Re: [PHP] Unable to get the values in next page


> Quoting murugesan <[EMAIL PROTECTED]>:
>
> [ trim ]
>
> > main.php
> > -----------------
> > echo $failed;// this is null here
> > ----------------->
>
> Try echo $_SESSION['failed'];
>
> --
> Burhan
> phplist[at]meidomus[dot]com
> http://www.meidomus.com
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to