inVINCEable Posted July 2, 2007 Share Posted July 2, 2007 I recently created my own blog cms, and completed it yesterday. However, I would like to have some sort of algorithm script that processes the data every 5 minutes or so and assigns a new rate score (.0001-.9999). Does anyone have any theories on this, using something that is run automatically in the background? Thank you for any advice, pointers, direction where to go as I am completely stumped. ??? Link to comment https://forums.phpfreaks.com/topic/58038-going-about-designing-an-algorithm-using-php/ Share on other sites More sharing options...
Mastodont Posted July 2, 2007 Share Posted July 2, 2007 Cron. Link to comment https://forums.phpfreaks.com/topic/58038-going-about-designing-an-algorithm-using-php/#findComment-287699 Share on other sites More sharing options...
inVINCEable Posted July 2, 2007 Author Share Posted July 2, 2007 Cron. Ah, yes forgot about that little bit, never used it myself but have heard about it. And one more thing, when you guys go about creating the table, in the stories table, would you create a field for votes for, and a field for votes against? Would that be the best way to keep track of votes? Thanks. Link to comment https://forums.phpfreaks.com/topic/58038-going-about-designing-an-algorithm-using-php/#findComment-287975 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.