有什么方法可以在没有 cron 的托管 Web 服务器上自动运行 PHP 脚本?

2022-01-04 00:00:00 cron scheduled-tasks php html

我有一个脚本,每天都会发送短信提醒.我希望它通过从数据库中获取消息来自动发送短信.我可以在没有 cron 的情况下做到吗?有没有其他解决办法.请帮忙

I had a script which sends sms alerts everyday. I want it to send automatically send sms by fetching message from database. Can I do it without cron. Is there any other solution. Plz help

推荐答案

您可以使用 webcron 服务触发您的脚本.

You can use a webcron service to trigger your script.

相关文章