If your hosting provider provides you with cPanel to manage your hosting, please ensure that it has cronjob access. To setup your cronjob with your cPanel, follow the steps below:
Login to your cPanel and click on the
Cronjobicon as shown on the diagram below:On the
Cronjobscreen, you will need to enter the following configuration:The configuration is broken down into the following:
Minute- Enter the interval for minute. The example above uses*/5which means the script is executed every 5 minutesHour- Enter the interval for minute. The example above uses*which means the script is executed every hourDay- Enter the interval for minute. The example above uses*which means the script is executed every dayMonth- Enter the interval for minute. The example above uses*which means the script is executed every monthWeekday- Enter the interval for minute. The example above uses*which means the script is executed every weekCommand- The command to be executed in the cronjob. Please read cronjob command here

