I have some php pages working on desktop computer okay.
When I use them to write data to a database table, and then go to a page that uses that data, I have to refresh the browser since it seems to use only the previous data.
This does not appear to happen when the same pages are used on the external server and through the public web site.
I have tried using a META REFRESH command in each page but can not get the page to refresh just once when the page is first loaded.
Can anyone assist with some code I can place in either the common page header include file or within each page?
Or is it just some setup parameter to do with mySQL that continues to use the computer cache each time?
Thanks in advance.