[PHP] Multiple Forms and 1 SQL table

2002-07-03 Thread CM
What do you do if you have a huge form that you want broken up into several different forms but each time the submit button is pressed the info is saved to the sql table. Do you just create the table on the first form submit and then on each subsequent form you just update the table? --

Re: [PHP] Multiple Forms and 1 SQL table

2002-07-03 Thread Analysis Solutions
On Wed, Jul 03, 2002 at 07:18:45PM -0600, CM wrote: What do you do if you have a huge form that you want broken up into several different forms but each time the submit button is pressed the info is saved to the sql table. Do you just create the table on the first form submit and then on

Re: [PHP] Multiple Forms and 1 SQL table

2002-07-03 Thread Alberto Serra
CM wrote: What do you do if you have a huge form that you want broken up into several different forms but each time the submit button is pressed the info is saved to the sql table. Do you just create the table on the first form submit and then on each subsequent form you just update the