Simple question I hope, but one I couldn't find an answer to after searching the forums.
I've got a questionnaire, code on one page using switch statements. Each switch statement includes a form. Each form consists of Question 1, Question 2, andn so forth until reaching the end. At the end, I want to mail the total answers.
How can I make the variables persist through all sessions until it's time to mail them? Preferably using POST (not GET, as I don't want the variables to appear in the string in the URL).
Thanks,
Eve