MasterACE14 Posted January 24, 2008 Share Posted January 24, 2008 hello everyone, I was wondering, is it possible to force all SELECT queries to be re updated? I saw this done awhile back with OOP, what happens was, UPDATE queries would happen, and then this OOP code would go after the UPDATE's and would force all SELECT's to be updated with the new results. I'm just wondering if this is possible without OOP? if so, could someone point me towards a tutorial or script? Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/87665-solved-how-do-you-force-new-stats/ Share on other sites More sharing options...
Stooney Posted January 25, 2008 Share Posted January 25, 2008 Just to make sure I understand. Update queries happen, then you want to update options in a select to reflect the new data in the database. Correct? If so you should probably lean towards AJAX. Here's one of the best tutorials I've found: http://marc.info/?l=php-general&m=112198633625636&w=2 Quote Link to comment https://forums.phpfreaks.com/topic/87665-solved-how-do-you-force-new-stats/#findComment-448450 Share on other sites More sharing options...
MasterACE14 Posted January 25, 2008 Author Share Posted January 25, 2008 thank you Quote Link to comment https://forums.phpfreaks.com/topic/87665-solved-how-do-you-force-new-stats/#findComment-448610 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.