Now a Days online chat is common. Many companies gives a service to chat with customer care executive . So today we see how to implement a group chat box where many users comes in chat room at a time.
Features & Requirement of this chat room:
- PHP 5+
- Support only with JavaScript enabled browser.
- chat script not used any database connecton, it based on text files which savedon web server, so, it is very fast
- This chat script gives many services like smiles, user can also change text format(Bold,under line,italic).
- Script has been tested on all famous browsers.
Installation Instruction:
- After you unzipped the file "php-chat.zip", copy on your server all file which extracted from archive.
- Give permission read-write-execute to the directory "chattxt", CHMOD 0777 (or 0755).
- To use this chat script, add the following code in desired php file:
<link rel="stylesheet" type="text/css" href="chatfiles/chatstyle.css" />
<?php include('chat.php'); ?>