dudejma Posted July 30, 2011 Share Posted July 30, 2011 Is there a way to run a continuous script? Meaning, for instance, if this date is past seven days and this equals this, then change this column, else in thirty days, change column? I know it's confusing, sorry. I'm pretty new to PHP. Everything I know is self taught. I'm not necessarily asking for a code, but which functions? Thanks! Link to comment https://forums.phpfreaks.com/topic/243257-continuous-script/ Share on other sites More sharing options...
trq Posted July 30, 2011 Share Posted July 30, 2011 Your would be better off scheduling your script to execute at intervals. This can be done via cron and isn't related to php. Link to comment https://forums.phpfreaks.com/topic/243257-continuous-script/#findComment-1249339 Share on other sites More sharing options...
dudejma Posted July 30, 2011 Author Share Posted July 30, 2011 Where can I learn about it? Link to comment https://forums.phpfreaks.com/topic/243257-continuous-script/#findComment-1249341 Share on other sites More sharing options...
chintansshah Posted July 30, 2011 Share Posted July 30, 2011 You can learn from wiki, open link http://en.wikipedia.org/wiki/Cron Link to comment https://forums.phpfreaks.com/topic/243257-continuous-script/#findComment-1249346 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.