Hello,
I'm thankful for the great help I've received, here's an issue that has come up on one client's site:
I have a form that will generate about 1,000 emails to several customers (this is not spam, they're part of a notify list, much like phpbuilder.com). If I just do the mail() command in a while or foreach loop, it may take several minutes to run.
Problem is the user may hit escape and stop the script.
I want the mail process to be running as a second process, while the user gets a thank you note as soon as their post is put into the database.
Can anyone point me in the right direction on this issue? I'm good at the programming if I can find the basic concept.
Sam Fullman
Compass Point Media