I am wanting to add a section in my php application to add / remove scheduled tasks.
Something similar to what they use in vBulletin Forum.
Here's a PHP crontab class:
http://www.kavoir.com/2011/10/php-crontab-class-to-add-and-remove-cron-jobs.html
Use the methods to add, edit or remove cron jobs.