Hello again everyone, I just wanted to say thanks for all your help so far.
I need to know how to delay a php script.
Here is my php script that sends a email message to every person in my newsletter.
This is the part I would like to delay, (I Think)
This is where it starts pulling emails from my mysql database and starts emailing them.
Is there a way I can delay the script xx amount of time. This way It won't use up the servers load. Say theres 2,000 emails in my list, and I'm trying to email them back to back, Thats using up alot of resources.
Thanks Keith