hi I'm trying to find a way to create a dynamic form from mysql database and update multiple rows from it.
For example let's say I have a database with email and the owner's name. How do I build the script to make php grab the data from the db and create a form that display the informations with something to diffrentiate the row's fields? Like id_1, email_1 then next row id_2, email_2 then next row id3, email_3 etc.
And after that when I hit sumbmit how do I put them into arrays and update the multiple rows in the database?
Can anyone help me? Thanks in advance