This is what you use for cron command: Sends email: php -q /home/ajeche/public_html/index.php No email: php -q /home/ajeche/public_html/index.php >/dev/null 2>&1
Assuming a single job, that job can't run more than once every 12 hours. Trying to run more will just get you suspended. As for the commands, I'll need to check them when I'm on a PC later unless someone else responds with the answer.