I have a PHP script that needs to be run at certain times every weekday. Is cron or Windows task scheduler the only way to do this? Is there a way to set th
cron
Cron, of course, is by far the best way to schedule anything on *nix.