In this article, I’m going to show you how to create a quick-n-easy chat script using PHP and a very simple MySQL database. The script will run in a web browser and the chats will be stored in a database. Our script will allow the visitor to choose a nickname, enter text to “send” to the chatting window, and view messages from other people… all in real-time!
Luis Argerich und Alejandro Mitrou beschreiben in Ihrem Tutorial, wie man mit PHP als serverseitiger, und JavaScript als Clientseitiger Programmiersprache einen Chat auf "kostengünstige Weise" realisieren kann.
Mike Hall beschreibt in seinem Tutoprial, wie man einen PHP-basierten Chat erstellen kann.








