Home >Backend Development >PHP Tutorial >linux下自动执行php文件解决方法

linux下自动执行php文件解决方法

WBOY
WBOYOriginal
2016-06-13 10:14:00989browse

linux下自动执行php文件
我现在有一个php文件(从数据库里面取出记录里的地址信息,然后用google查出经纬度,然后再更新数据库),这个文件有连接数据库方法,有更新数据库函数。
由于google查询次数的限制,现在要每隔6分钟去执行这个php文件。
相当于 在浏览器url地址栏输入php地址,然后每隔6分钟刷新一次,但是浏览器方法很费劲的,需要时刻看着才行。
现在需要写个脚本能自动执行文件。

------解决方案--------------------
用crontab这个命令
------解决方案--------------------

探讨

这个只是开机执行
定时执行呢?
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