设置脚本按计划运行?

发布于 2024-07-17 09:38:57 字数 78 浏览 6 评论 0原文

如何设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

画▽骨i 2024-07-24 09:38:57

我相信 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.

坚持沉默 2024-07-24 09:38:57

您正在寻找的称为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文