I want to exactly know which of MySQL queries throws results.
I mean, I have read that there are some queries like INSERT and DELETE that don't need to be freed.
Exactly, which one of those I need to free? I don't want to be using mysqli_free_result in places which not makes sense at all.
I know that you don't really need to use it, but I want to make the program as best as I can.
Thank you all :)