Jump to content

[SOLVED] how do you Force new stats?


MasterACE14

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/87665-solved-how-do-you-force-new-stats/
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.