OmerHassan Posted August 24, 2009 Share Posted August 24, 2009 I want to make a PHP script that will do something at constant time intervals. For example, at 2:00 PM, it performs such and such tasks; then at 2:10 PM, it does those things again, then again at 2:20 PM, and so on. How do I go about making this thing? What PHP functions do I need to know of? Link to comment https://forums.phpfreaks.com/topic/171706-performing-some-operations-at-specified-time-interval/ Share on other sites More sharing options...
ToonMariner Posted August 24, 2009 Share Posted August 24, 2009 http://www.sitepoint.com/article/introducing-cron/ Link to comment https://forums.phpfreaks.com/topic/171706-performing-some-operations-at-specified-time-interval/#findComment-905437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.