PHPverse 2025

Voting

: four plus zero?
(Example: nine)

The Note You're Voting On

jparedes at gmail dot com
16 years ago
It's very important that after executing mysqli_multi_query you have first process the resultsets before sending any another statement to the server, otherwise your
socket is still blocked.

Please note that even if your multi statement doesn't contain SELECT queries, the server will send result packages containing errorcodes (or OK packet) for single statements.

<< Back to user notes page

To Top