Whether to use Session or table
Posted: Tue Nov 13, 2007 10:03 pm
I am facing a problem related to a registration page which involves multiple steps. In every step there is a form and there are two buttons one to proceed to next step and another one to go back to previous step. So, if I click on the button proceed to next step then next form appears but if I click on the back button then I go back to the previous step where all the data which I filled should show.
Now my question is how to implement this with PHP? Whether to use Session variables to store the data and show them whenever needed or to use a table where all the data will be stored?
Thanks,
Mou
Now my question is how to implement this with PHP? Whether to use Session variables to store the data and show them whenever needed or to use a table where all the data will be stored?
Thanks,
Mou