how to setup Cron job on server
To begin with how to setup cron job on your cpanel, you first need to understand what is a cron job, and why is it used. Cron jobs are used to execute a specific function on our application at a specific time or after a specified time interval. What is Cron Job: According to Wikipedia Definition: The software utility Cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron…