Page 1 of 1

query about multiple query

Posted: Sun Apr 09, 2006 3:31 am
by jito
hi,
is it possible to execute multiple query using a single mysql_query() function.
e.g.

mysql_query(string query1;query2);

if yes then how? and if no then why?

Posted: Sun Apr 09, 2006 4:31 am
by Oren
Not as far as I know... http://us2.php.net/manual/en/function.mysql-query.php
You can always write a function that does that :wink:

Posted: Sun Apr 09, 2006 8:35 am
by feyd
it is not possible.