Does anyone know how to pass variables between pages with using URL's and session variables?
Basically, I have a browser who is creating an account and I want to pass the login and password from one page to the next.
The reason I don't use forms is because the browser enters the information on one page, the info passes to an action page and then gets redirected to the appropriate page. From what I've seen, you can't pass the inputs from a form-actionpage-form, but I am probably wrong (I hope I am because it'll make things easier.)
Thanks in advance.
Basically, I have a browser who is creating an account and I want to pass the login and password from one page to the next.
The reason I don't use forms is because the browser enters the information on one page, the info passes to an action page and then gets redirected to the appropriate page. From what I've seen, you can't pass the inputs from a form-actionpage-form, but I am probably wrong (I hope I am because it'll make things easier.)
Thanks in advance.