Re: update shouldn't update

2003-12-28 Thread Abs
--- Abs <[EMAIL PROTECTED]> wrote: > hi > in the php manual, regarding 'mysql_affected_rows()' > it says: > When using UPDATE, MySQL will not update columns > where > the new value is the same as the old value. This > creates the possiblity that mysql_affected_rows() > may > not actually equal the

update shouldn't update

2003-12-28 Thread Abs
hi in the php manual, regarding 'mysql_affected_rows()' it says: When using UPDATE, MySQL will not update columns where the new value is the same as the old value. This creates the possiblity that mysql_affected_rows() may not actually equal the number of rows matched, only the number of rows that