Re: [PHP] Running a PHP script everyday [SOLVED]

2005-08-01 Thread Jochem Maas
[EMAIL PROTECTED] wrote: What a convoluted mess. Rather than using the shebang at the begging of the PHP file I had to put it in the cron command the shebang only works if you make the file executable... do something _like_: $ chmod ug+x /path/to/your/php/file /usr/local/bin/php

Re: [PHP] Running a PHP script everyday [SOLVED]

2005-07-31 Thread sub
What a convoluted mess. Rather than using the shebang at the begging of the PHP file I had to put it in the cron command /usr/local/bin/php public_html/wap/mailer/dailylist.php It will now run. But then I had to slightly redesign the HTMLMimeMail code. I had to define some of it as functions