I have to use a cron job in cpanel and I am using CodeIgniter. My controller path is http://www.example.com/myfolder/application/controllers/cron/cron_controller.php How am I call my controller in cron.
I have to use a cron job in cpanel and I am using CodeIgniter. My controller path is http://www.example.com/myfolder/application/controllers/cron/cron_controller.php How am I call my controller in cron.
3
Answers
In the crontab simply define
it will work, Here * are variables (time)
When you’re trying to run cron, you’re running from the command line, but you’ll still need to go through the index. So your cron command would be:
https://www.codeigniter.com/userguide3/general/cli.html
this is working . just type this in cron tab