Hello Guys! This PHP Project with source code is all about Group Chat System using PHP.
- Easy Login System
- User-Friendly Interface
- Admin can Create Group Chat rooms.
- Admin creates users account.
- Supports multiple users
- Password Protected Chat rooms also available
If you have any comments or suggestions about this article, please message us directly.
Download Source Code here:
Other Articles you might read also:
Please let me know how to refresh the chat page after every 5 seconds
hi vikas
i changed the chatroom.php after function displayChat and added the folowing:
setInterval(function(){
displayChat()
},5000);
it worked!
And the chat is very good, tks for sharing Clive.