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?
query about multiple query
Moderator: General Moderators
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
You can always write a function that does that