You might also want to look at this solution. It seems functional and
elegant, worked simply for me...

http://codewalkers.com/tutorials.php?show=28&page=1


> On 11/26/2002 01:42 PM, Shane McBride wrote:
>> 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?
> 
> Yes, you may want to try this class. It lets you compose and process
> multipage forms in two modes: sequential access (wizard like with
> buttons Next >>, << Back, Finish >> and cancel) and random access
> (tabbed pages like with edit or view only modes).
> 
> http://www.phpclasses.org/multipageforms
> 
> 
> http://www.phpclasses.org/browse.html/file/348/view/1/name/test_random_form_pa
> ge.html
> 
> http://www.phpclasses.org/browse.html/file/349/view/1/name/test_sequential_for
> m_page.html
> 
> -- 
> 
> Regards,
> Manuel Lemos



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

Reply via email to