cPanel provides the cron job setting interface. You can add the time you'd want to run the command. However, you can just only add the unvaried value of time and cannot make it flexible (Such as make the running time decided by another PHP page) So how can I use cPanel to add a flexible time?
P.S. I can't use exec or system function to achieve it, because the server administrator doesn't allow me to use these two functions due to the security reasons. The only way I can do is to add the cron job time via the cPanel.
P.S. I can't use exec or system function to achieve it, because the server administrator doesn't allow me to use these two functions due to the security reasons. The only way I can do is to add the cron job time via the cPanel.