1 form, 1 table, multiple PHP/SQL UPDATES
Hi guys,
I'm hoping you can help me on this one
I would like to submit multiple entries from a form after hitting one submit button, but am having no luck.
MySQL Table name: nwbps_class
Fields: nwbpsclass_id, class, nwbpsclass_welcome, nwbpsclass_order.
I’m using a PHP/SQL repeat region which will add more fields to the form, for every submission of the above.
Id like to be able to edit the ‘nwbpsclass_order’ and ‘class’ fields (of each entry) manually in 1 big form submission. I hope I’m making sense.
David
