Is there a way you can abort a block of code if it\'s taking too long in PHP? Perhaps something like:
//Set the max time to 2 seconds $time = new TimeOut(2); $ti
What about set-time-limit if you are not in the safe mode.