cron syntax


Syntax for executing a cron job on server

/usr/local/bin/php -q  /home/sickingf/public_html/cron/xxxxx.php

This syntax assumes that the the xxxxx.php application to be scheduled is located in the cron directory (subweb).
(Probably good practice, but not necessary.)