Simple chat Support forum simple-chat Simple Web and MySQL based chat system This class implements a simple Web and MySQL based chat system. It generates HTML and JavaScript to display a chat box and a form input to submit new chat line entries using AJAX to avoid page reloading. A script receives ...
AJAX driven simple chat Support forum ajax-chat Web based chat using AJAX to update the dialog This class can be used to implement a simple Web based chat system that uses AJAX to update the chat dialog display area without reloading the whole page. The class generates a page with a Web form to ...