For example, in PHP it is possible to stop execution using exit();
.
How do I simply stop the script from continuing?
Not shutting down the server, but ending the request and showing a blank message on the screen, like:
Script ended abruptly.
For example, in PHP it is possible to stop execution using exit();
.
How do I simply stop the script from continuing?
Not shutting down the server, but ending the request and showing a blank message on the screen, like:
Script ended abruptly.