I have a scheduled task that executes a script in php and it verifies me in MYSQL database if there are other tasks programmed and what is its status.
I understand that to create a task I must do the following crontab -e
in the linux command line and edit the file but what I'm looking for is to add a new crontab task from the same php code.