php session not working

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
syamswaroop
Forum Newbie
Posts: 19
Joined: Fri May 01, 2009 1:31 am

php session not working

Post 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
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: php session not working

Post by jaoudestudios »

Try to find where your problem in the code is and post that code.

$_GET is not a session!
Post Reply