I have a PHP CRON job setup on my site to send an email based on information retrieved by a query. It works if i set it to run every minute but not if it's set to a specific time such as at midnight and midday as below. I used the select box to make sure the format is correct but it still doesn't work
0 | 0,12 | * | * | * | /usr/local/bin/php /home/*********/php_files/cron/concern_assign_email_process.php |