How do you check that it only updates the first row? Are you sure your variables you put into the where clause contain what they should? Are you sure your database table contains the values it should?
| [reply] [d/l] |
I check the mysql table and only the first row is updated. I'm pretty sure the variables in the where clause contains the right values since I print an html table that copy all the values that should be updated in the table, and those are fine, but they don't get updated into the actual mysql table
| [reply] [d/l] |