Forum Moderators: coopster

Message Too Old, No Replies

PHP Dynamic field generation

         

pancgom

12:07 pm on Apr 17, 2008 (gmt 0)

10+ Year Member



Hi,

I have this page which has 2 fields name of the referee then the email address of the referee , this will be the first set of information. Then when the user click the add reference button there has to be another set of fields similar to the one on top for the next set of reference.

Then those values which are keyed into the fields have to get updated into the reference table.

I have posted a similar request earlier but i just could not figure out how this is done. Can anyone help me with the code please.

Thanks.

[edited by: coopster at 6:32 pm (utc) on May 3, 2008]
[edit reason] Removed unnecessary code [/edit]

coopster

6:34 pm on May 3, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You can track multi-part/multi-page form input data in a session or in hidden form fields and when the process is complete you can write the entire set of information into the database table(s).