Re: [PHP-DB] multiple queries in a row

2002-07-02 Thread Casey Allen Shobe
On Thursday 27 June 2002 02:19 pm, Mattia wrote: I would like to make multiple queries in a single mysql_query(...) statement!! Like in the mysql client given with the distribution, separated by a ; or a \g !!! How can I??? You should be able to use it exactly the same. $foo = mysql_query('

Re: [PHP-DB] multiple queries in a row

2002-07-02 Thread Jason Wong
On Wednesday 03 July 2002 04:36, Casey Allen Shobe wrote: On Thursday 27 June 2002 02:19 pm, Mattia wrote: I would like to make multiple queries in a single mysql_query(...) statement!! Like in the mysql client given with the distribution, separated by a ; or a \g !!! How can I??? You