I mean, if a php script/page is invoked by a browser and page load/execution is interrupted by user or by browser crash, does script execution continues on the server side?
yes, unless you call ignore_user_abort() first. http://php.net/manual/en/function.ignore-user-abort.php
Depends on ignore_user_abort() setting
Depends on ignore_user_abort()
. But if you have some loop or poorly written code, it will run until script timeout / max execution time has been reached (~30 seconds).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With