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
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.