Hi All
I am running a small order script on my website. The user would fill in an order and submit it. Calculations are then performed and a confirmation page is returned. All is fine thus far.
After that the user should click on the CONFIRM button and then place the order. The problem is that the variables from the order page are not availible anymore. Is there any way to carry them over from the confirmation page? I cannot use sessions (I think) because some of the variables are stored in an array created by the HTML table.
I can solve the problem by passing the formated HTML code as a single variable, but I am not quite sure how to do this. I cannot send it as a hidden form field, since it contains HTML and is therefore full of quotation marks that upset everything.
I hope I am clear... and PLEASE help if you can at all.
Thanks for the effort.
Regards,
Comlink