Page 1 of 1

php session not working

Posted: Fri May 01, 2009 1:40 am
by syamswaroop
iam using a while loop to retrive topics of a certain subject from Database .
For each topic retrived im providing hyperlink which navigates to some secong page .
And iam sending the clicked topic value through url encoding to other page.
In the secong page i am retriving this topic value(what i have clicked ) through $_GET[];
upto this every thing is working fine .

once im submitting the second page iam loosing that value retrived through $_GET[].

1) what to do ? please help

Re: php session not working

Posted: Fri May 01, 2009 1:55 am
by jaoudestudios
Try to find where your problem in the code is and post that code.

$_GET is not a session!