Is it possible to make a php execution continue even if the surfer closes the browser window.
let's say it is going to take 1 second to finish the execution for the php script. But i want it to finish the execution even if the surfer closes the browser window before 1 second is over...
this is a very big deal when you work on a site which gets a huge amount of traffic
please help...