What exactly do you mean ?
You can have a list of items on screen, for each item there must be an input box where you can store new amount. All of those input boxes have to be in one form and then when it is sent to server you will go through all of them and for each item you will run SQL UPDATE statement.
Zdenek