I have a script that grabs a URL from a database, runs the URL through an RSS parser then e-mails the data. It does this around 500 times. The script is run using an hourly cronjob.
My problem is, the script does not like sending out e-mails of URLs further down the list.
I have ensured there is no time limit set, so the script should not be timing out.
However, when I run the script manually via my browser, it will send the first couple of e-mails out then ask me if I would like to open/download the PHP script?
Any ideas why? :rolleyes: