How to run a CodeIgniter file through CRON?

后端 未结 6 1589
旧时难觅i
旧时难觅i 2021-01-31 00:16

I\'ve tried the following method in the past:



        
6条回答
  •  甜味超标
    2021-01-31 00:40

    Use php-cli instead of php
    Ex:

    /usr/bin/php-cli  /home/CPANEL_USER/public_html/index.php cronJobs deleteNotifications 
    

提交回复
热议问题