hi
i am working on a script which should enable the user to generate two different sized thumbnails for about 500 images - by one click
i thought it would be quite easy, and wrote the rough version of the script which worked fine. but when it came to more than 40 images the script timed out by the 30 second limit of the server (pretty large images).
so i tried to make the script reloading itself by header (Location: xxxxxxx), resizing one image each time, till it's finished with the directory. but i received an (don't know the exact message anymore) "refferer limit exceeded" error.
can anybody give me a clue in solving this prob?
the rough version of the script can be found at http://www.anjamartin.net/tests/resize.txt
thanks for reading and greetings
kami