Viewing 1 to 2 of 2 items
Tag Archives: cron

Use Cron to run a php script from a URL

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…

0