Hi all
Is it possible to continue running a script after encountering a maximum_execution_time error? If so, how would I go about doing this?
EDIT: My script is processing an xml feed that contains approximately 9000 images. I'm resizing the images and saving them to the server and the max_execution_time error always occurs on the following php function:
imagecopyresampled()