When do I have to use mysql_free_result($res). Is it good to use it with
every query or only if the result is very big (what's the size of the result
I shoud use mysql_free_result?).
What's about the use of unset($var). Is this good to save RAM to make my
script run faster?
Do I have to do this also when I'm at the end of a function or is it
automatically done by leaving this function if it's not set global?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to