How to perform some function at a specific time implicitly

Can anyone help me I need to run a php file or function at a specific time (as much as possible). Therefore, I cannot find a way to do this, I am thinking of a server variable. This must be done without a browser, I mean that there is no way to launch the browser at a time when it is possible or not. I hope you understand the problem suggested by pls. Thank.

0
source share
2 answers

You need to use cron (on * nix) or scheduled tasks (windows)

http://en.wikipedia.org/wiki/Cron

Most web host programs (such as cPanel) allow you to edit crontab (a list of scheduled tasks) via the web interface

+1
source

cron

php

0

All Articles