|
How to force a page to fetch most recent data?
Is it possible to force a page to fetch the most recent data from MySql rather than relying on a cached copy?
I have a problem that when the user updates the database and then returns to the page which shows the user the information just updated, the page is not reflecting the most recent changes. Only once the page has been refreshed will it show the most recent changes.
Is there anyway to force the page to "refresh itself" everytime it is accessed.
Any help will be greatly appreciated!
|