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
php session not working
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: php session not working
Try to find where your problem in the code is and post that code.
$_GET is not a session!
$_GET is not a session!