I am trying to learn php (obviously).
What I am trying to do is the following 3 pages
Page 1: 2 drop down boxes with predefined lists
Page 2: 3 option buttons and display the choices selected on the previous page.
Page 3: Display the information from the previous 2 pages.
The problem is this: On page 2, the data from the first page is displayed. On page 3, the selection value from page 2 is displayed, but the data from page 1 is lost.
I am using forms and "Post". I am not afraid of some reading, but I'm not sure what to read about. Will I be able to accomplish this with something like global variables, or do I need to learn about cookies?
Anything to point me in the right direction would be appreciated.
Thanks