Multiple forms and 1 sql table

[email protected] ("CM") Wed, 3 Jul 2002 14:49:01 -0600
Newsgroups php.lang
Message-ID <[email protected]>
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?