Ahem looks like I should have read the Documentation :).
>From MySQL documentation for mysql_real_query.
----------------
You must use mysql_real_query() rather than mysql_query() for queries
that contain binary data, because binary data may contain the `\0'
character. In addition, mysql_real_query() is faster than mysql_query()
because it does not call strlen() on the query string.

------------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to