Re: [PHP] keeping fields moving forward

2007-08-21 Thread brian
Mike Ryan wrote: I am creating a series of forms that collect information this covers 3 screens before I want to write it out to the database. when I go from one screen to the next I have tried hidden and readonly input boxes but the data in the hidden and readonly fields from screen one do not

Re: [PHP] keeping fields moving forward

2007-08-21 Thread Jim Lucas
Mike Ryan wrote: yes I get information from form one transfers to form two ok but then does not show up on form 3. form 1 and 2 do not then save to the database after the last page of form 3. That wasn't my question. Again, when you submit form 1, do you do any processing of the data that came

Re: [PHP] keeping fields moving forward

2007-08-21 Thread Mike Ryan
"Jim Lucas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Mike Ryan wrote: > > I am creating a series of forms that collect information this covers 3 > > screens before I want to write it out to the database. when I go from one > > screen to the next I have tried hidden and readon

Re: [PHP] keeping fields moving forward

2007-08-21 Thread Jim Lucas
Mike Ryan wrote: I am creating a series of forms that collect information this covers 3 screens before I want to write it out to the database. when I go from one screen to the next I have tried hidden and readonly input boxes but the data in the hidden and readonly fields from screen one do not

RE: [PHP] keeping fields moving forward

2007-08-21 Thread Chris Boget
> Is there a way to get the data from page one without > letting the users modify the information. I guess I > could write the data to the database Or you could store the data in the session space... thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

[PHP] keeping fields moving forward

2007-08-21 Thread Mike Ryan
I am creating a series of forms that collect information this covers 3 screens before I want to write it out to the database. when I go from one screen to the next I have tried hidden and readonly input boxes but the data in the hidden and readonly fields from screen one do not make it to the fina