in reply to Re^2: Problem updating mysql table
in thread Problem updating mysql table

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?

Replies are listed 'Best First'.
Re^4: Problem updating mysql table
by remluvr (Sexton) on Dec 28, 2010 at 15:56 UTC
    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