What are cron jobs?

Cron jobs are routines that execute a script on any given interval. For instance, you may have a script that cleans files from a directory or updates a certain database and need to run that script every few hours. This would be accomplished with a cron job, because the cron job would execute the same script however often you tell it to run.

  • cron job, scheduled task
  • 7 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

What are error pages?

Error pages are the pages displayed when a user tries to access a location on your site and...

How do I configure a cron job?

Login to cPanel. Locate and click on the "Cron Jobs" icon under the "Advanced" category....

What does Network Tools do?

Network Tools enables you to query a domain and retreieve relevant information about that domain....

How to create a PHP redirect

There are several ways to redirect a URL. This is useful for those looking to redirect requests...

How to Force HTTPS Using the .htaccess

Redirect All Web Traffic To force all web traffic to use HTTPS insert the following lines of...