I apologies if this is in the wrong place, but I have a basic question about CRON jobs. My provider has a little program, which I am guessing automatically creates CRON jobs. Basically I check boxes to say how often I want it to run and then enter a command to run. I want a php file of mine to run, but I can't get it to work.
I have tried:
http://mydomain.com/myfolder/myphpfile.php
/home/public_html/myfolder/myphpfile.php
And a few others which I can't remember. Should tehre be a run() or something around that or am I completely off track?!
Thanks for your help,
The Servant
I have tried:
http://mydomain.com/myfolder/myphpfile.php
/home/public_html/myfolder/myphpfile.php
And a few others which I can't remember. Should tehre be a run() or something around that or am I completely off track?!
Thanks for your help,
The Servant
Comment