Howdy all,
Is it possible to use php to create an html form where each row from a mySql table is displayed with the current data values as the default values in the form input fields and then to have all of the rows and their fields be updated on form submit?
I would like to enable the "bulk editing" of all the records in a table through a simple html form... The catch is that I'd like to have all of the rows displayed at once in a big form and to be able to go through and make the edits and then submit the form and have all the rows updated at the same time...
I'm sure I'd be able to do this for one row but I don't really know how to go about doing it for all the rows in the table...
Any suggestions as to where I should start or any resources... or better yet, anyone have some code to share... 😉
Thanks in advance