|
Posted by Tyno Gendo on 04/10/07 14:48
ZeldorBlat wrote:
> "For other type of SQL statements, UPDATE, DELETE, DROP, etc,
> mysql_query() returns TRUE on success or FALSE on error."
>
> So check the return value of mysql_query(), not the value of
> mysql_affected_rows().
>
Thanks ZeldorBlat, that's what I was looking for. DATETIME thing Arjen
suggested is good but I figured I was probably missing something very
simple.
[Back to original message]
|