How do I make a PHP script that continues executing even after the user presses the escape button (stops the page in the browser)?
Printable View
How do I make a PHP script that continues executing even after the user presses the escape button (stops the page in the browser)?
Read up on: ignore_user_abort(bool) in php's manual.