overcomming the PHP memory limit
Posted by: fmkaiba
Posted on: 2007-09-11 18:03:00
I have a script i made in PHP, which basically takes a large quantity of images, and adds them into a zip for user download (this would be run like weekly).
Of course being as there are 1500 images, and only 60 can be processed at a time without the php messege 'tried to allocate...' etc, i was thinking of doing it in batches, 60 at a time.
I thought after proccessing 60, saying 'header("location:script.php?offset=".$num);' would work, but it seems that doesn't clear the memory cache....
ideas? suggestions? etc... or if someone wants the script for reference, feel free to ask
-if your not afraid.. your not paying close enough attention -fmkaiba - fuhrer and flame alchemist