Chat room developed using AJAX - PHP - SQLite - Javascript
- Select the name you would like to use when writing on the chat, and enter the chat room
- Message are displayed in "real time" using AJAX (refresh update is set at 2 seconds by default)
° Set up your server (must support PHP and SQLite), select the database dump 'chatdb' and your database up and running.
° Copy the remaining files in the root directory of your web server, and open index.php with a browser to start the chat.