Multi INSERT to MySQL database from a multi input form
Posted: Fri Oct 14, 2005 10:57 pm
I need to make a form like:
ID1 - TITLE1 {input=text}
ID2 - TITLE2 {input=text}
....
I'm gonna make changes some of the inputs not all of them.
And when I submit form, changed rows will be inserted to another table.
I think its an array and for loop thing but I couldnt figure out the code.
Can anyone help me?
ID1 - TITLE1 {input=text}
ID2 - TITLE2 {input=text}
....
I'm gonna make changes some of the inputs not all of them.
And when I submit form, changed rows will be inserted to another table.
I think its an array and for loop thing but I couldnt figure out the code.
Can anyone help me?