I didn't know how to title this, so I did the best I could in relation to my question.
Ok.
I have a form.
I submit the data into the form, and click SUBMIT/PREVIEW.
Then the next page shows everything I entered into the form - in a nice html format; no forms.
I want to give them the ability to either:
A. Go back and change
or
B. Submit the data into the database
My issue here.. Would it be best to just go ahead and create a form, and use all HIDDEN fields. And use all the $_POST results into the hidden fields and then have a <input type='submit'> to carry the variables to the next page to submit the data?
Or is there an easier way to carry all the results to the next page?
Thanks to all who could help.