Okay, I'm about to pull my freakin' hair out. What is the code I need to put in the cron job manager to get it to just execute a simple php script?
In other words, if I wanted to have it run a script at http://www.some-random-website.tld/directory/php-script-to-run.php?option=1234565
every 6 hours, what do I do?
Here's what I've got so far and it doesn't work:
In other words, if I wanted to have it run a script at http://www.some-random-website.tld/directory/php-script-to-run.php?option=1234565
every 6 hours, what do I do?
Here's what I've got so far and it doesn't work:
Code:
* */6 * * * /usr/bin/ftp http://www.my-site.com/directory/directory2/cron.php?option=123456798