Hi!
I've noticed that when a user stops a PHP page loading the PHP process stays alive indefinitely in the windows task manager process list until I right click on it and kill it.
Is there a setting in PHP.ini, to force the page to continue loading (and hence the process to complete) or some way of killing the process automatically if the script is stopped by the user? I'm using PHP 4.06.
Many thanks,
Matt.