I have php_mod and an apache server. If I start a script from the browser it will persist until the execution is complete ( even if i close the browser )
How can i s
Closing the browser does not kill the running process. If you want to stop the background process, you will have to kill the process.
If you are using windows, you can restart apache using Apache service manager or kill it using Task Manager.