[PHP] Unable to get the values in next page

2003-08-25 Thread murugesan
I did as what you said. But the problem now is that I am not able to get the values in the next page. index.php -- session_name(mysessionname); session_start(); --- auth.php - $failed=yes; session_register('failed'); header (Location: /main.php);

Re: [PHP] Unable to get the values in next page

2003-08-25 Thread murugesan
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