keep in mind the above example won't work if you have apache installed as an apache module, you can't simply run a cron job on a .php page this way with the module, you need either to have lynx(text-only browser) installed on the machine and call the lynx program to run the .php page with cron, or use wget(a program on most linux machines) to accomplish the same as the lynx way