I have a php script that runs some checks, if the checks fail it includes another file so that it can do its checks, if something in the included file fails then i need to exit out of the included script so that the including script can continue doing its stuff.
is there any way to kill the currently executing script without killing the including script?
see http://docs.php.net/return: