Remembering Variables over several pages.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Hawaii02
Forum Newbie
Posts: 4
Joined: Tue May 29, 2007 3:53 am

Remembering Variables over several pages.

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Post Reply