I would like to know if it is necessary to use mysqli_free_result()
?
and what would happen if do not use it?
In the MySQL version, it wasn't introduced and we had no problem back then
I would like to know if it is necessary to use mysqli_free_result()
?
and what would happen if do not use it?
In the MySQL version, it wasn't introduced and we had no problem back then
It's not really neccesary but it would be good practice. It isn't too much effort to add in that one line. Also, this question is a duplicate from mysqli_free_result necessary?