Hai folks i have scheduled to run a php script to run 3pm daily, but not executing at the right time. * 15 * * * php -q /home/xxxco/public_html/visa/process.php - once a day what could be the reason? *above 15 shows the hour column. pls advise! edited : if i select a predefine interval then it works : ex: every minute, every 5 minute.
I believe this should be correct way: 0 15 * * * php -q /home/xxxco/public_html/visa/process.php Code (markup):
yes it seems the 0 is necessary. Thanks. i have edited and ill feedback here of the out put 0 15 * * * php -q /home/xxxco/public_html/visa/process.php