Writing echo
"<p>-".mysql_error()."-<P>-".mysql_info()."-<p>"; below $result = mysql_query($command);
gives the output:

--
-Rows matched: 2 Changed: 0 Warnings: 0-


So, it seems mysql doesnt get error. It simply ignores the WHERE.



From: "George Law" <[EMAIL PROTECTED]>
echo mysql_error()."<P>".mysql_info();


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to