Category: php

How to make a chat room script with PHP?

Several visitors connect to http://site.com/chat.php They each can write and send a text message to chat.php and it displays instantly on everyone’s browser (http://site.com/chat.php) Do I have to use a database? I mean, is AJAX or PHP buffer capabilities enough for such a chat room on sessions? How can sessions of different users share data […]