Possible Duplicate:
How to catch the fatal error: Maximum execution time of 30 seconds exceeded in PHP
I have used set_time_limit(60);
many times before. But is there anyway of capturing when this is exceeded, at the moment it just bombs with the same old error.
I want to capture it failing and then handle it in my own way?