Hi,I want to execute a php script with cron,the command I'm using is
/usr/local/lib/php http://assassins.biglle.com/Iptrack/dataemailing.php
I'm getting this error
Could not open input file: http://assassins.biglle.com/Iptrack/dataemailing.php
I've chmod dataemailing.php 774.
Thanks in Advance
EDIT
I found my mistake,instead of http://assassins.biglle.com/Iptrack/dataemailing.php
I had to use /home/(username)/public_html/(scriptname).php
Mods,please lock this