I have a problem with PHP that is:
when I execute a Loop like:
while(!connection_aborted()){
getData();
}
later than I close the browser the script is still running.
How can I garatee that the script will stop when the browser is closed?
Thanks,
Mahatma