Some database clients allow multiple queries.


ext/mysql does not.


ext/mysqli does, but only explicitly through mysqli_multi_query(). Don't use this if you can help it.