So, you are using a database to store the records?

-----Original Message-----
From: Chris Boget [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 10:45 AM
To: Shane McBride; [EMAIL PROTECTED]
Subject: Re: [PHP] Multiple page form


> It's been a while since I have done any PHP work. I am creating an online
> employment application using multiple forms for a client. I was going to
use
> PHP. I don't remember if I need to pass variables along with the form for
> each page, or can I just call them on the last page.
> The application form is very long. Any ideas? There may be a script that
> exists already?

What I usually do for my multi-page form is INSERT the data to a table on
the first page then UPDATE that record on subsequent pages.  The only
thing I need to pass on is the primary key value for the record.

Chris



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to