Jump to content

mysqli_multi_query free result?


dumdumsareyum

Recommended Posts

How do I free the result from a mysqli_multi_query call? I tried using mysqli_free_result, but i'm guessing it's not working because the multi_query only returns a boolean, and I can only find object oriented examples of how to free the multi query and I need a procedural example. Any help?  (I am not using any returned data from this call, just inserting some db information and it won't let me make any more database calls until I free the result) Thanks!

Link to comment
https://forums.phpfreaks.com/topic/161980-mysqli_multi_query-free-result/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.