I have a script with a while loop that sends a MIME compliant e-mail out to all the subscribers.. problem is that it is a little slow, and the scripts dies after 30 seconds because its "taking too long".
I am sure that I can up this timer, but that is not the ideal solution. Anyone know a better way to have a PHP script running in the background?
-Brian