updating quantities dynamically

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
serap
Forum Commoner
Posts: 31
Joined: Thu Jan 15, 2004 5:10 pm

updating quantities dynamically

Post by serap »

I want to update the quantity (which is a text field) of a specific item (having an item#) BUT if there multiple rows chosen in the item list, (i.e you can have 4 rows and you update the quantities on each.)
How can you update the Database with a single submit button? So that the corresponding item# gets updated with the correct quantity.

Have any of you tried this or whats the 'best' method?
Post Reply