Hi,
I am trying to setup a cron job on my web hosting server. I want the php file to run every 15mins. Can some one tell me if I set it up right or not? Also, since there time is 3 hours behind me I want to use my own Php ini file with my local timezone.
*/15 * * * * php -c /home/username/public_html/php.ini /home/username/public_html/crontest.php
Is the Command correct?