PHP 5.3: mysqli_multi_query and “commands out of sync” errors

7331

New Member
When I use mysqli_multi_query() with a mass INSERT query, then after the query has run do another query using mysqli_query('SELECT...'), I get "commands out of sync" errors. Does anyone know why this happens?
 
Back
Top