Home >Backend Development >PHP Tutorial >Set up scheduled tasks to automatically execute PHP scripts under Windows

Set up scheduled tasks to automatically execute PHP scripts under Windows

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-29 09:11:491085browse

Background:

The environment is deployed under Linux or Windows. You can use the automatic task setting of Windows to automatically execute scripts to perform some daily operation and maintenance tasks.

The graphical interface setting is relatively simple.

Preparation:

wamp (integration PHP execution environment)

The PHP script that has been written: clearn_rtx_user.php is placed in the PHP execution environment, such as: under webroot

==================== =================================

Run: C:PROGRA~1INTERN~1iexplore.exe "http:/ /192.168.3.11/se_widget/user_clearn/clearn_rtx_user.php"

Start from: C:Program FilesInternet Explorer

Set up scheduled tasks to automatically execute PHP scripts under Windows


The above introduces how to set up scheduled tasks to automatically execute PHP scripts under Windows, including the preparation work. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:centos7 install nginxNext article:centos7 install nginx