Hello,
I was wondering if i do:
function test()
{
$result = mysql_query("SELECT * FROM bigbigtable");
}
after calling test() will $result be freed as if calling
mysql_free_result()?
Elias
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

