I'm having trouble with a script timing out on me and need a little advice.
I have built a simple mailinglist send tool that querys a db grabs an array of email and sends everyone a text email. The basic structure is an HTML form sends message info to a script that is doing all of the sending of the email. My problem is that this script that does the sending gets timed out by the browser because it is sending, then sleeping for a couple seconds and there are about 900 people on my mailing list (excedes browser's 60 second load time).
Any way to prevent the time out from the script or otherwise?