Is it possible to use PHP to create, edit and delete crontab jobs?
I know how to list the current crontab jobs of the Apache user:
$output = shell_ex
Depends where you store your crontab:
shell_exec('echo "'. $job .'" >> crontab');