php session not working
Posted: Fri May 01, 2009 1:40 am
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
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