I am developing a chat room which is split into two frames. One frame accepts information and feeds it to a DB, while the other frame Selects the information from the DB and formats it for viewing. My problem is that I have to manually refresh my screen every time I want to see new messages. Is there a way I can automatically refresh my browser via PHP? I saw this weeks column by Luis discussing chatrooms, but I would like to keep this totally PHP driven(i.e. no javascript), that's why I haven't used the info in his article. Any help would be much appreciated.