I have a cron job that runs a php file that deletes a line out of a txt file once a day
this is how i have it set up in the cron in set up.
>php -q /home/MYUSERNAME/public_html/resetcounter.php
i get this in my email after the cron has run..
><br />
<b>Warning</b>: fopen(http://www.MYSITE.com/todaycounter.txt)
[<a href='function.fopen'>function.fopen</a>]: failed to open stream: HTTP wrapper
does not support writeable connections. in
<b>/home/MYUSERNAME/public_html/resetcounter.php</b> on line
<b>7</b><br />
any ideas??
Thanks