I am using form to signup for users. What I want is to pass whole form data (various textboxes) to another form. How it could be done. I want to do it using session. Is it possible?
session is made for that purpose. yes it is possible.
(i really don't get it. in other posts, you answer difficult questions on PHP. but you also started out some threads asking simple questions like this. ain't this a spam?)
Still looking for the solution. I have stored all the form components in session seperately but I want to know if it is possible to pass whole form objects without using each variables.