OK I try again:
imagine having a dynamic list (a shopping cart)
item# name qty
10 a <text field>
20 b <text field>
30 c <text field>
I<submit button>I (update.php)
If you (the user ) changes the quantities for each item,
f.ex from 1 to 4, 2, 3 - and presses the 'submit button'. then my question is:
- How will you be able to update the corresponding quantities for each item?? in the DB, how do update.php know that 4 is for item#=10 etc?
Hope this is clear - Im really stuck on this....