PHP: running scheduled jobs (cron jobs)

前端 未结 13 1569
自闭症患者
自闭症患者 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:17

    If you have a cPanel host, you can add cron jobs through the web interface.Go to Advanced -> Cron Jobs and use the non-advanced form to set up the cron frequency. You want a command like this:

    /usr/bin/php /path/to/your/php/script.php
    
    0 讨论(0)
提交回复
热议问题