How do I create a session for a multi page html form. I understand that I need to place session_start() before the form, but what do I do on the following pages.
And do I need to post the form data to a cookie or header on each page? If so, how do I do this?
Then what do I do to send the form data via email to the client and close the session.
I looked at PHP.net and searched the forum but I still need help.
Thanks