[PHP] Re: inserting info into db

2002-07-29 Thread lallous
You can save the answers in sessions or cookies and then insert them all in one bunch. Elias, Tyler Durdin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I have a DB that will take answers to an 82 question survey, but i have the survey divided into 4 html

Re: [PHP] Re: inserting info into db

2002-07-29 Thread Reuben D. Budiardja
You can save each page of the survey to somekind of temporary table in the database, and assign a session_id to it. So everytime the user click Go to Next Page, for example, the page actually submit the form, process it using php, save it in a temporary table and use session_id to identify it,