I want to run PHP scripts automatically on a schedule. I learned about CRON recently. But I don\'t know how to install and use it.
I\'m using PHP, CSS, HTML, and ru
Cron is so named "deamon" (same as service under Win).
Most likely cron is already installed on your system (if it is a Linux/Unix system).
Look here: http://www.comptechdoc.org/os/linux/startupman/linux_sucron.html
or there http://en.wikipedia.org/wiki/Cron
for more details.