I am very new to PHP, session variables and arrays so bear with me.
I have a 2 page form with several form fields on each page. I need to store the data from page 1 form fields, bring it along to page 2 and then submit all the data into my database.
My question is....is there a way of creating an array that would store all my data from page 1 or do I have to list each field separately? Would I need to create hidden fields on page two for the fields I have stored from page 1?
If you could please write out a basic example I would be most appreciative....and assume I know nothing!
<?php
session_start();
????
?>
Many thanks