Example code In your cron function that is called In your Admin Panel
Category: Cron
Checking operation time
Seeing how long we’ve taken to decide if we do more At the start of the operation Checking how long has elapsed
Creating a cron job
The job file A cron job is simply a file the OS will call periodically for you. So just create a php file that will do what you want when you load it. This means if you use it as a browser address it will also run and do the cron tasks – handy for […]
