***pulling out what's left of my hair***

I have a situation where I open a new file, do a query, write to the
file, close the file, and then start over again at opening a new file
while looping through an array. As I do this I can watch memory
resources approach 0, ultimately failing the script before it gets
through the entore array. How do you free the memory after you close a
file without stopping the script? If I stop the script the memeory is
instantly freed up. I found the MySQL answers (mysql_free_result()), but
I also need to free memory after fclose(). Any ideas?

Thanks!

Jay

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to