Im completely new to the forum, but have some knowledge about php.
I am trying to pass certain variables, (basically a multi-page form).
page one has user details, page two has product details, There is a php sendmail page hidden from the user then it goes to a confirm page, then using some of the variables off page one and page two show some info on page three.
What is the best way because at the moment, i am using POST / GET but they seem to be having a problem, because after page two, there is a sendmail.php page hidden from users, which then redirects to the confirm page.
I have tried to use sessions but without much luck.
So, what do you think i can/should use?
Thanks in advance
Drew