设置脚本按计划运行?
如何设置 PHP 脚本按计划运行? 我无法完全控制服务器,因为我使用的是托管公司,但我有 PLESK 托管管理。
谢谢
How can I set a PHP script to run on a schedule? I don't have full control over the server as I am using a hosting company, I have a PLESK administration for the hosting though.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我相信 PLESK 在每个域下都有一个 crontab 区域。
另外,如果您有 shell 访问权限,这里有一个关于 从命令行编辑 crontab。
I believe PLESK has a crontab area underneath each domain.
Alternatively, if you have shell access, here's a good tutorial on editing your crontab from the command-line.
crontab。 视频教程在这里:
http://www.webhostingresourcekit.com/flash/ plesk-8-linux/plesk8linux_crontab.html
crontab. video tutorial here:
http://www.webhostingresourcekit.com/flash/plesk-8-linux/plesk8linux_crontab.html
您正在寻找的称为 cron 作业:一个可以在您的服务器上执行 http 请求的自动化任务。
由于您是托管的,因此不可能手动设置要运行的 cron 作业。 然而,许多网络主机提供在线工具,用于通过其控制面板(cpanel、plesk 等)创建 cron 作业。
如果这不是一个选择,如果您研究得足够长,您可能会找到一些付费和一些免费的 cron 服务。
What you're looking for is called a cron job: an automated task that can execute a http request on your server.
Since you're hosted, it's impossible to manually set up a cron job to run. However, many web hosts offer online tools for creating cron jobs through their control panel (cpanel, plesk, etc).
If that isn't an option, there are some paid and SOME free cron services you might be able to find if you poke around long enough.