Is there any way to automatically run PHP script on Hosting web server withour cron?

前端 未结 11 781
别跟我提以往
别跟我提以往 2021-01-13 14:48

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 solu

11条回答
  •  星月不相逢
    2021-01-13 15:20

    If you can't set up a cron job on the server, do it on a client you have access to (like your computer) so that it does a request when you need the script to be run.

提交回复
热议问题