phpJobScheduler - your simple PHP replacement to cron jobs
PHP scheduler - a replacement for cron jobs on Unix or scheduled tasks using Microsoft Scheduler. phpJobScheduler is a scheduler that runs using PHP and MySQL, other databases should now be compatible as all code now uses PHP/PDO for database connectivity (no root/admin access is required). Now using phpJobScheduler you can easily set times when a PHP script should run; automating tedious tasks such as trimming a database table, or emailing a member when their membership fee is due. Schedule a task to run hourly, daily or weekly - scheduled data is stored in a MySQL database via PHP. Some of the features: - easy setup - runs silently (no screen output) - saves run logs to database - saves error messages to database - runs remote scripts in a secure folder - schedule PHP scripts to run: 1-59 minutes hourly daily weekly - add scheduled tasks - modify existing scheduled tasks - delete existing scheduled tasks