mikedaruke
Technical User
I have a php page that reads content from a CSV file and comes up with all these caluations, etc.
The CSV file is updated like every 30 mintues.
When I got to the php page, I get stale data unless I hit refresh. People of course forget to refresh then come calling why is the data wrong.
How can I force the browser to refresh the page once they go to it? So I dont ever want to use a cached version.
I am not looking to have it refresh by itself every 5 seconds. I only want it to refresh when its called. It has to come from the server not the browser.
The CSV file is updated like every 30 mintues.
When I got to the php page, I get stale data unless I hit refresh. People of course forget to refresh then come calling why is the data wrong.
How can I force the browser to refresh the page once they go to it? So I dont ever want to use a cached version.
I am not looking to have it refresh by itself every 5 seconds. I only want it to refresh when its called. It has to come from the server not the browser.