Multiple form fields in MySQL again

wxdqz

New Member
Hi. Is it possible to have a form with some fields that are being repeated for more than one entries, inserted in a MySQL db? For example the form has Name_fld, Address_fld, ID_fld for more than one persons, let's say 5 persons. Can i insert all these fields in MySQL with one form or do i need one form per person? I know that MySQL doesn't support transactions but i'm not sure whether this is a transaction :)

I posted this before and someone said it's possible. I'd appreciate a few more hints, tips, guidelines, full programs, anything :)

Thanks

John
 
Back
Top