Re: PHP/MySQL running out of memory -- SOLVED

2001-06-07 Thread Emma Jane Hogbin
Hi all: As a follow-up to a problem I was having earlier: I was using Clay Johnson's tutorial to build an index of my tri-drs.org database. It wasn't working. I made some modifications to try and get it to work. Thanks to James who suggested using mysql_free_result. The script works now!! For

PHP/MySQL running out of memory

2001-06-05 Thread Emma Jane Hogbin
Hi all: I'm not sure if this script is really running out of memory because of MySQL doesn't have enough memory, or if it's because it's a poorly written script. I was hoping that someone might be able to take a look at the script for me and let me know if they could find any ways to optimize