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