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! Quote 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. Quote 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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/243257-continuous-script/#findComment-1249346 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.