Different ways to excute php cron commands.
For cron you can enter it a few different ways to execute.
ie,
wget http://www.yourdomain.com/yourscript.php
lynx -dump "http://www.yourdomain.com/yourscript.php"
php -q /home/yourusername/public_ht...
How do I add entries to crontab?
1. Login to Cpanel
2. Click 'Cron Jobs' icon
What is Cron and any tutorial?
A command for scheduling jobs to be executed sometime in the future.
A cron is normally used to schedule a job that is executed periodically like rotating the logs daily.
Here is a great article:
Click here