PHP Function List
mysqli_multi_query doesn't exist. Closest matches:
- mysqli_master_query
- mysqli_slave_query
- mysql_query
- mysql_db_query
- maxdb_multi_query
- sqlite_query
- msql_query
- msql_db_query
- mssql_query
- mysql_unbuffered_query
- sqlite_single_query
- mysqli_driver
- mysqli_result
- fbsql_db_query
- fbsql_query
- sqlite_array_query
- sqlsrv_query
- mysql_result
- mysqlnd_ms_query_is_select
- mysql_list_fields
Site Search Results
-
mysqli::query() can only execute one SQL statement. Use mysqli::multi_query() when you want to run multiple SQL statements within one query.
-
mysqli::multi_query mysqli_multi_query (PHP 5) mysqli::multi_query-- mysqli_multi_query — Performs a query on the database
-
If you attempt to do this, it will fail by dropping the connection during the next query. Use mysqli_multi_query instead. Example: <?php $mysqli-> multi_query ("CALL some_procedure()");
-
/* execute multi query */ if (mysqli_multi_query ($link, $query)) { do { /* store first result set */ if ($result = mysqli_use_result ($link))
-
If the attacker succeeds in adding SQL to the statement string but mysqli_multi_query is not used, the server will not execute the second, injected and malicious SQL statement.
-
mysqli::more_results — Verifica se há mais algum resultado de uma multi query; mysqli::multi_query — Performs a query on the database; mysqli::next_result — Prepara o próximo ...
-
mysqli:: more_ results; mysqli:: multi_ query; mysqli:: next_ result; mysqli:: options; mysqli:: ping; mysqli:: poll; mysqli:: prepare; mysqli:: query; mysqli:: real_ connect
-
mysqli::next_result mysqli_next_result (PHP 5) mysqli::next_result-- mysqli_next_result — Prepare next result from multi_query
-
mysqli:: multi_ query; mysqli:: next_ result; mysqli:: options; mysqli:: ping; mysqli:: poll; mysqli:: prepare; mysqli:: query; mysqli:: real_ connect; mysqli:: real_ escape_ string
-
mysqli::more_results — Check if there are any more query results from a multi query; mysqli::multi_query — Performs a query on the database; mysqli::next_result — Prepare next ...

Other forms of search
To search the string "mysqli_multi_query" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
