I have the following syntax:
I try to do that cronjobs executes the script lala.php at 23:59 pm every day of the year but it does not works! so I do not know if the this syntax is wrong or my cornjobs does not work.
Regards
Code:
59 23 * * * php -q /home/user/lala.php
I try to do that cronjobs executes the script lala.php at 23:59 pm every day of the year but it does not works! so I do not know if the this syntax is wrong or my cornjobs does not work.
Regards