Re: [Phplib-users] How to make a multipage data submition... ?
Brought to you by:
nhruby,
richardarcher
From: Peter C. <li...@kr...> - 2002-10-29 13:12:55
|
Hi My approach would be to store the form values in a array held as a session= variable. That means that the data is available in all the screens (so you= can have a summary of what's been said so far). You can also do stuff like= remembering the current screen for when the user comes back in this= session. Once the record has been confirmed, you can insert the data into your= database and then unregister the array. I don't use the forms package - it might well have functionality to help you= manage and validate your multiscreen form. Maybe someone else can comment= on this? Also, look at http://www.sanisoft.com/phplib/manual/oohforms.php HTH Peter At 13:52 29/10/02 +0100, Benjamin Hoft wrote: >Hi=20 >my problem is, that i have to make a page >on which i can go to serveral other pages and submit each entered data to= the next page which is insertet on the dbase on the last page. > >But how can i do this ?? >any suggestions or Ideas ? > > >The pages eg. must look like this > >1. page=20 > addressdata input fields >2. page=20 > firm selection=20 >3. page=20 > other stuff selection >4. page=20 > enter the given data into dbase > > >I don=B4t really know if i should submit all the data from page to page= into hiddenfields or if there is another solution=20 > >the procedure of a users entry should be done step by step (maybe also= backwards to change something which was forgotten ;) )=20 >and in the end a question if the data should be inserted into database or= not. > >Thank you for any ideas=20 > >best regards Benjamin ;) > > > > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users=20 |