> Does PHP do what?  By default the MySQL query function can only take one
> query at a time.  There is nothing strange about this.  The command-line
> mysql tool can take multiple queries separated by semi-colons, but that is
> something that is implemented in that command-line tool.  It is not done
> in the underlying API function which is what PHP is talking to.
>
> -Rasmus

Oops. I just tried it myself, you're right in this. 

Sascha

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

Reply via email to