thulasi Posted November 10, 2006 Share Posted November 10, 2006 Hi, I'm new to php.I'm developeing one application using php.i've got problem .Plz help me.My problem is: My application contains one page called [b]modetest.php [/b] ,which contains values user_id(text box),category (combo box) and subcategory (combo box) with submit(button).Once i click submit button the control goes to the page called [b]test.php[/b] where i'm generating questions from database, whis is based on category id,subcategory id that is based on selected category,subcategory in [b]modetest.php[/b] page. for that i posted the values of selected category,subcategory and user name from [b]modetest.php[/b] to [b]test.php[/b] using "$_POST". For the first i'm getting the questions based on selected category and subcategory.Once i relode the page using "NEXT" button i'm not getting values of same selected category and subcategory.So i could not generate the question. what i've to do to get the values of selected category and subcategory after reloading my page using "NEXT" button. Quote Link to comment https://forums.phpfreaks.com/topic/26819-how-to-get-the-posted-value-after-reloading-that-page/ Share on other sites More sharing options...
HuggieBear Posted November 10, 2006 Share Posted November 10, 2006 Let me guess, this is for an exam?See this thread: http://www.phpfreaks.com/forums/index.php/topic,114520.msg465960.html#msg465960Huggie Quote Link to comment https://forums.phpfreaks.com/topic/26819-how-to-get-the-posted-value-after-reloading-that-page/#findComment-122633 Share on other sites More sharing options...
thulasi Posted November 10, 2006 Author Share Posted November 10, 2006 ya this is for exam .using this one can take test.can u help me... Quote Link to comment https://forums.phpfreaks.com/topic/26819-how-to-get-the-posted-value-after-reloading-that-page/#findComment-122636 Share on other sites More sharing options...
HuggieBear Posted November 10, 2006 Share Posted November 10, 2006 Like I mentioned in the previous thread. Post what code you have and we can take a look at it.RegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/26819-how-to-get-the-posted-value-after-reloading-that-page/#findComment-122638 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.