> Does the Mysql_free_result slow down the script at all?

Sure, calling the function will be slower than not calling it.  But not
significantly since the same operation will happen automatically.  The
difference being that you have the option of controlling exactly when you
want it to happen.

-Rasmus


-- 
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