SyntaxFix
Write A Post
Hire A Developer
Questions
Yes it is possible without using MySQLi extension.
Simply use CLIENT_MULTI_STATEMENTS in mysql_connect's 5th argument.
CLIENT_MULTI_STATEMENTS
mysql_connect
Refer to the comments below Husni's post for more information.