I'm a bit unclear as to which result it is I use this function on.
So lets say I;
$Query = mysql_query("SELECT something FROM here");
$Result = mysql_fetch_assoc($Query);
Do I mysql_free_result the $Query or the $Result? If it's $Result, would
this be the same as just going unset($Result)?
Thanks,
Chris
--
"If you don't find it in the index, look very carefully through the entire catalogue."
- Sears, Roebuck, and Co., Consumer's Guide, 1897
--
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]