I have a php script lets say during execution the scripts throws an exception. I want my PHP to resume from where it left off (where it had thrown the exception).
Sh
Use php 4/5 register_shutdown_function.
Doc here: http://php.net/manual/en/function.register-shutdown-function.php