how can i run a script in the background, but still have it spit something out to the browser so the surfer knows it's running?
I'm trying to write a simple mail prog to email about 4000 emails at a time, but i want it to send slowly so im using sleep() in between batches. ...but it wont let me spit anything out to the browser until the script is finished.
any suggetions?
...or is it somehow possible to have it spit out a message to the browser, THEN call a script that will run in the background?