> 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