GeekJock
GeekJock

Reputation: 11316

PHP/MYSQL AJAX Chat

Looking for an open source php/mysql ajax chat room (not 1-to-1 private chat). What would you guys recommend?

I am going to need to make hundreds of instances of the chat room (eg. each user group has their own exclusive chat room)

Upvotes: 0

Views: 7395

Answers (3)

Arslan
Arslan

Reputation: 169

I think this can help you, its a very detailed article for your problem.

group-chat-in-php-with-ajax-jquery-mysql

Upvotes: 0

Andrew Samuelsen
Andrew Samuelsen

Reputation: 5432

I think Ajax Chat is great. https://blueimp.net/ajax/

Very customizable appearance and integration into your site.

I was hunting for a solution that fit in well with my existing layout... I thought phpfreechat was difficult... you may have more luck.

Upvotes: 0

Josh
Josh

Reputation: 6322

Take a look at phpFreeChat. It's an active project which is easy to implement.

http://www.phpfreechat.net/

Upvotes: 1

Related Questions