On Wed, 25 Sep 2002, Andrey Hristov wrote:

>  Hi,
> regarding to documentation of mysql_query() :
> [snip]
> 
> Note: The query string should not end with a semicolon.
> 
> [/snip]
> 
> Is this mySQL problem or what?
> As far as I see in the sources this does not anything with PHP. So is it
> mysql issue.

Yup, the MySQL API functions expect a string as query, without that 
semi-colon.

Derick

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to