关于定时执行一个PHP文件的方法,该如何解决

WBOY
Release: 2016-06-13 10:18:48
Original
1005 people have browsed it

关于定时执行一个PHP文件的方法

现在在做一个有库存的活动,每天手动在修改数据库太麻烦了。。

大侠们一般是怎么处理这种情况的

如果是定时执行一个PHP文件,LINUX怎么搞。。

------解决方案--------------------
crontab 定时执行。
------解决方案--------------------
http://wenku.baidu.com/view/7a1a73f6ba0d4a7302763af3.html
------解决方案--------------------
用楼上说的crontab。crontab起的是类似win的计划任务。
用crontab定时让模拟访问程序访问一下用php写的删除脚本就可以了(当然一定要注意权限,比如只限定127.0.0.1访问这个脚本)。这个模拟访问程序可以是apache的ab,或者其他。
------解决方案--------------------
crontab -e 进入编辑模式
crontab -l 查看定时任务
crontab -v 查看用户cron状态
------解决方案--------------------
也可以用windows的计划任务。。。
------解决方案--------------------
使用windows的schedule。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!