PH7
PH7 copied to clipboard
Exit from included file does not exit parent.
Hello,
I found that if there is an exit() or die() in an included php script, it does not stop execution of the main script.