PHP: running scheduled jobs (cron jobs)

前端 未结 13 1733
自闭症患者
自闭症患者 2020-11-22 14:36

I have a site on my webhotel I would like to run some scheduled tasks on. What methods of achieving this would you recommend?

What I’ve thought out so far is having

13条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 15:00

    If you do not have the option to setup a cronjob you can call the script with cUrl (as alternative to wget - same functionality). Just do a scheduled task on your local machine that executes the cUrl function.

提交回复
热议问题