I have a mailing list that utillizes CRON
It works like this:
new message posted sends the mail to mailinglist@email.com Mail Filter Pro checks to see if new email has arrived from the board Mail Filter Runs Application d:\php\php.exe e:\path_to\maillist\index.php method=cron
Now here is the problem. Earlier - the program worked perfectly.
The DOS window would open php would process the CRON the DOS window would close.
NOW, the dos window opens. It's blank and nothing else happens.
I have already re-installed PHP and the Mailing list (Mailgust if you need to know that )
Did you change anything within the PHP.ini file before it stopped working. Have you upgraded?
No, i didn't change anything.
I have upgraded SINCE but not before it happened.
Now, it seems to run periodicly.
Anyone know how to have PHP run as a service?