Jump to content

[SOLVED] Cron Jobs


Ads

Recommended Posts

cron jobs are timers that run at certain times... you can set it to run every minute or every hour. what it does is runs the code which tells it to run the php file. they are useful if you send out emails to people daily and you dont want someone to have to activate the script, instead the server activates it for you.

 

here, have a read at wikipedia: http://en.wikipedia.org/wiki/Cron_job

Link to comment
https://forums.phpfreaks.com/topic/76201-solved-cron-jobs/#findComment-385624
Share on other sites

cron jobs are timers that run at certain times... you can set it to run every minute or every hour. what it does is runs the code which tells it to run the php file. they are useful if you send out emails to people daily and you dont want someone to have to activate the script, instead the server activates it for you.

 

here, have a read at wikipedia: http://en.wikipedia.org/wiki/Cron_job

 

Cool thanks for the Explanation, and the Link :)

Link to comment
https://forums.phpfreaks.com/topic/76201-solved-cron-jobs/#findComment-385641
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.