Hello all,
I have four pages of questions to make a poll. When someone finishes the poll the data should be inserted into the DB.
I´m parsing the variables using POST and HTTP_POST_VARS but all data is missing at the last page.
When I submit my first page it parses 3 variables var01 - var03
then in the second page I receive this 3 variables and post it using HTTP_POST_VARS and parsingthe next 4 variables within the script and so on.
How can I parse my variables all along the 4 scripts in order to store them in the last page using one and only insert statement.
Thanks.