Hi,
I have a couple of PHP forms. Let's say FORM1, FORM2 & FORM3.
Data is entered on FORM1 & FORM2, and will be displayed on FORM3.
Getting the data from FORM2 to FORM3 is not a problem, as the for data
is passed automatically via the POST method. But, how do I get the
variables from FORM1 to be passed 'through' FORM2 to be displayed on
FORM3? I do not want to use hidden fields in the HTML.....how else
can I do this?
Any help would be appreciated.
Thanks a lot!
John
Comment