Does PHP do automatic garbage collection, or should you explicitly
destroy things.
I found this statement mysql_free_resu lt($result);
This makes me wonder.
Thanks for your help.
destroy things.
I found this statement mysql_free_resu lt($result);
This makes me wonder.
Thanks for your help.
Comment