Hey,
I have a download form that calls a confirmation form which displays the data entered in the download form and has two buttons one is to SEND TO SERVER and the other is MAKE CHANGES.
How do I pass the variables from the download form through the confirmation form so that the "action.php" script that is called from the confirmation form can see their values? When I try to print out the variables in "action.php" i just see blank spaces
Thanks