Timed events using Ajax techniques
Guys I am using ajax techniques to read a text file from my computer using apache server. This text file is periodically edited during while the client is browsing and i have developed code that could refresh without clicking i.e. ajax technique. the problem is that after a few edits usually one the text seems to be read from some other place i.e. the contents displayed are those of a previous instance and not the current text from the file specified in the html code.😕
This persists even after closing the browser and restarting the computer/and or the apache server. its is only after i have run my tuneup utilities that i am able to see the currents files text.
Any help will be appreciated.