Re: [PHP] Designing a complicated multipage form with sessions

2005-10-21 Thread Derek Williams
Andy Pieters wrote: Hi List I am quite experienced in PHP. I have been asked to design a complicated form in php that spans multiple pages and has many subitems. For instance if they select one checkbox, more details are required in the form of a dropdown list or radio buttons. It would a

Re: [PHP] Designing a complicated multipage form with sessions

2005-10-21 Thread Raz
One definite thing to look out for is multiple submission of forms... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Designing a complicated multipage form with sessions

2005-10-21 Thread Andy Pieters
Hi List I am quite experienced in PHP. I have been asked to design a complicated form in php that spans multiple pages and has many subitems. For instance if they select one checkbox, more details are required in the form of a dropdown list or radio buttons. It would allow browsing the diffe