I have a page on my site that reads from a text file.
The only way I can view new information that was entered into the text file is if I hit F5 to refresh the page.
Is there a way to force the page to refresh whenever that page loads?
If not is there a better way to do this (other than a database).
I have tried
readfile ("index.txt")
include ("index.txt")
require ("index.txt")
They all have the same effect. If I hit F5 I can see the new information. If I do not than I never see it.
Any assistance would be very appreciated.