[SOLVED]Help updating multiple rows with one form submit

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
grozanc
Forum Newbie
Posts: 14
Joined: Tue Oct 23, 2007 6:50 pm

[SOLVED]Help updating multiple rows with one form submit

Post by grozanc »

Hello All,

I need to create a form that will let the user enter an order number that will then display the information in that order. Specifically, the form will display all the links used in the web site and let the user order the links by entering what number they want it to be listed in.

What I have no idea how to do is create one form that will let all the link order numbers get inserted into their proper table row. I know how to update a single table row with a form, but not how to update multiple rows from one form.

If anyone can get me started, point me to a tutorial, etc it would be appreciated!

Thanks,
Gary
Last edited by grozanc on Tue Jan 12, 2010 10:48 pm, edited 1 time in total.
grozanc
Forum Newbie
Posts: 14
Joined: Tue Oct 23, 2007 6:50 pm

Re: Help updating multiple rows with one form submit

Post by grozanc »

Post Reply