RE: [Phplib-users] How to make a multipage data submition... ?
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-29 13:13:00
|
There are two options that I can think of immediately. The first and most commonly used (but maybe not the best) is to put things on the form in hidden fields. The preferable way in my opinion is to create a user object that stores the data and save that object to the session. Then a user->write() or some such to save it to the db. > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Benjamin > Hoft > Sent: Tuesday, October 29, 2002 7:52 AM > To: 'php...@li...' > Subject: [Phplib-users] How to make a multipage data submition... ? > > > Hi > 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 > addressdata input fields > 2. page > firm selection > 3. page > other stuff selection > 4. page > enter the given data into dbase > > > I don´t really know if i should submit all the data from page to > page into hiddenfields or if there is another solution > > the procedure of a users entry should be done step by step (maybe > also backwards to change something which was forgotten ;) ) > and in the end a question if the data should be inserted into > database or not. > > Thank you for any ideas > > 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 > > |