There is a computer program that I am using, that writes a new line to the file every couple of seconds. My question is basically, is there a way in PHP to continually read the contents of a file and print it onto the browser, with out putting a huge load on the server? Any help would be greatly appreciated.