Hi
I have 3 PHP pages with different names for a common survey. the first page has 8 questions next page the next 8 and so on. I have coded the three pages as separate PHP pages with names survey, survey1,survey2 . what i want is make a single php file say survey which contains all info. So when i press submit the after 8 questions it should redirect to survey itself and survey should understand that next set of questions need to shown now. How can i do this?? I know its possible. I dont know how i can declare a variable and check its value. after each submit. Please let me know if i can use my same code and continue some how. Thanks for the help.
I have 3 PHP pages with different names for a common survey. the first page has 8 questions next page the next 8 and so on. I have coded the three pages as separate PHP pages with names survey, survey1,survey2 . what i want is make a single php file say survey which contains all info. So when i press submit the after 8 questions it should redirect to survey itself and survey should understand that next set of questions need to shown now. How can i do this?? I know its possible. I dont know how i can declare a variable and check its value. after each submit. Please let me know if i can use my same code and continue some how. Thanks for the help.
Comment