I have made a very successful PHP chat box that saves the chat to a text file. I’m almost done with it except for the fact that I have to have it for user #2 when user #1 sends a message. I have looked into AJAX but I’m not using any JavaScript so I think it would be hard to put it in my script. I don’t want the page or iframe or anything to be refreshed until a new message (file updated) had appeared.
Share
if you can afford to use HTML5, then HTML5 – WebSockets is the way forward for your project.