If your php script can be invoked using an URL, you can lynx, or curl, or wget to setup your crontab as shown below. The following script executes the php script (every hour) by calling the URL using the lynx text browser. Lynx text browser by default opens a URL in the interactive mode. However, Full Article…
Viewing 1 to 2 of 2 items
Set a cron job to replace the default WordPress cron
Set your cron time / path to php / path to your php script Adding >/dev/null 2>&1 on the end prevents an email from getting sent each time the cron if triggered.