With Linux I can setup a Cron job that will execute a PHP page using the Lynx browser. Everything runs great in the background without human intervention. The page is used for routine database maintenance.
I need to do the same thing on Windows, but not sure how. I have Apache 2.0.29 running on Windows 2000 Workstation, php4, MySQL 3.23.
I can setup a scheduled event, but is there a "Terminal only" web browser that will call a php page? The php page must be run by the same system without being logged into the system.
I am sure there is an easier way, any suggestions??
Thanks in advance, Eric