Page 1 of 1

Remembering Variables over several pages.

Posted: Tue May 29, 2007 3:58 am
by Hawaii02
Hi, I'm new to PHP programming and need some help.

I have a form that is split up over four pages. I want to be able to remember all of the form item values at the end for processing.

I am able to display form values from the first page on the second, but when i go to page 3, it doesn't keep track of the page one variables. so my question is, when each page of the form is completed, can the values for each of the form items be turned into variable values that can be remembered as long as the user is on the site?

thanks.

Posted: Tue May 29, 2007 3:59 am
by Chris Corbyn