Welcome Guest, Not a member yet? Register   Sign In
how to use php to schedule a task under codeigniter
#2

A true cron is something that runs at the server OS level. There are various ways to schedule them using browser tools like CPanel, and it's worth mentioning that CMSs like Wordpress and Drupal have "poor man's cron" tools that kick off scripts triggered by a user request.

The cron can call a file/script anywhere on your server and execute it with PHP... or it can trigger a full URL like a CodeIgniter path.

There's a good tutorial here:
https://linux4one.com/how-to-set-cron-jo...ntu-18-04/
Designer, developer and Diet Dr. Pepper addict. Messing up PHP since <?= $when['year';] ?>
Reply


Messages In This Thread
RE: how to use php to schedule a task under codeigniter - by jameslittle - 09-05-2019, 01:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB