#File /etc/crontab or other cron files you have access on 1 2 * * * root lynx -d /path/to/yourlocalphpfile.ext > /dev/null #or #1 2 * * * root lynx -d http://www.examplesite.com/do_it.php > /dev/null
1 2 * * * root php -f /path/to/yourlocalphpfile.ext #or #1 2 * * * root /path/to/php -f /path/to/yourlocalphpfile.ext