JQuery/PHP Chat, a free live chat script that allow website owner build a simple live chat services running using PHP. The best part of jQuery/PHP chat script is no database required, which all live chat conversation will be stored itself in a simple text file.
The code programming that used to build up this free live chat scripts are:
- PHP – Will handle all the server side stuff
- Writing new messages to the text file
- Reading out new messages from the text file
- Retrieving the “state” of the text file
- Basic security
- jQuery/JavaScript – Will handle the client side stuff. This is an AJAX-y application, meaning that messages pop onto the screen (both yours and others) without needing any page refresh.
- Periodically asking the server if there are new messages that have been posted
- Appending new messages to the chat
- Scrolling the chat down to the most recent messages
- Asking and setting the user name
- Limiting the text input to prevent gigantic ridiculous messages
- Basic security
If you are really interested to build own live chat services on your website, try out jQuery/PHP live chat script. Perhaps it wills suite your live chat requirement.
Download jQuery/PHP Chat Script
Tutorial: How to setup live chat services with jQuery/PHP Chat script