[thelist] [mysql] + operator

rudy r937 at interlog.com
Sun Feb 2 18:58:37 CST 2003


> the query executes fine, but the row is not updated

the usual suspect when this happens is the WHERE clause

is id numeric, perhaps?

if you run

  select id,hours from $tablename
    where id = '$id'

what do you get?


rudy



More information about the thelist mailing list