Forum Moderators: coopster
When a user inserts new data, the inserted data doesn't get immediately shown on the main page, which lists the data in a table using "while" in PHP. The only way to get the data show is to refresh the page, which updates the cache.
To get around this, I've added some no cache headers to the top of the page to force the page to refresh. However, for me this seems excessive, to force a redownload of the graphic elements of the page. Is there a way to selectively force the no-cache? Could I restrict it to just one div of the page? Is there a better way to get around this caching thing?
Thanks!