what im actually trying to do is build a back end for the internet company i work for. the tech support group is supposed to be able to log on to this web page, and view the user logs of people trying to connect to our server. right now, the only thing we can do is telnet to the server and tail -f the log. what we want is to view a web page the reads the log, keeps the file open and prints to the browser as new messages come in without having to hit any buttons at all, or refeshing the whole page like a meta refresh would do. the text can refresh, but i dont want the browser to do that.
i know its possible with java, but i dont know if it is possible with php. unfortunatly i dont know much @!#$ about java, so im hoping that something might do the trick in php.