A Cron job is a routine that launches a script on regular time intervals. For example you might have a script that eliminates files froma directory or that updates/check the database and need to runa every hour. You can do this with a cron job.
A Cron job is a routine that launches a script on regular time intervals. For example you might have a script that eliminates files froma directory or that updates/check the database and need to runa every hour. You can do this with a cron job.