ice78991
Programmer
- Nov 20, 2006
- 216
I am looking into ways of creating a form that spans multiple pages ( with 'Next Step' links on each page)
What is the best way to preserve data between each page. Is it best to use session variables or is it ok to write the form data entered for each step directly to the database table when 'next step' is clicked (and include a 'completed' column to indicate when the user has completed the form)
What is the best way to preserve data between each page. Is it best to use session variables or is it ok to write the form data entered for each step directly to the database table when 'next step' is clicked (and include a 'completed' column to indicate when the user has completed the form)