in reply to Re: Re: webserver independent script
in thread webserver independent script
at least, you need to close STDOUT if you want apache to tell the page the browser is done. I do a...
which allows the browser to go on its merry way.fork() && exit(0); close STDOUT;
|
|---|