alphacooler
Programmer
Is it common practice to use this? I've heard some say it costs more memory invoking the function and others say it should always be done.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
mysql_free_result() only needs to be called if you are concerned about how much memory is being used for queries that return large result sets. All associated result memory is automatically freed at the end of the script's execution.
Beats me -- how high is up?.what is "large" btw?