You wrote:
> Also, consider using print or echo as opposed to printf.  And lastly,
you
> really don't need to use mysql_free_result, PHP does this
automagically
> after the script dies.  Sorry for picking on you, you may have your
> reasons. ;-)

Really?  Then why was it that, when I neglected to use
mysql_free_result() in some of my scripts, lots of memory was eaten up
because of lingering results?

--
 -Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboard.net/



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