Ads Posted November 6, 2007 Share Posted November 6, 2007 I hear a bit about them? What are they, and how do you use them? Link to comment https://forums.phpfreaks.com/topic/76201-solved-cron-jobs/ Share on other sites More sharing options...
JasonLewis Posted November 6, 2007 Share Posted November 6, 2007 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 More sharing options...
Ads Posted November 6, 2007 Author Share Posted November 6, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.