On Wed, Sep 3, 2008 at 7:41 PM, Dee Ayy <[EMAIL PROTECTED]> wrote:
> When using mysql_query, the SQL string to be executed should not end
> in a semicolon.

Ending a query with a semicolon should not be a problem - the string
is parsed by the mysql server, which handles it fine.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to