Php chat !

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nbt725
Forum Newbie
Posts: 11
Joined: Thu Aug 16, 2007 6:08 am

Php chat !

Post by nbt725 »

Dear Sir,

Hello ! I want 1 to 1 chat script in php between client coming to site to chat with admin. And admin can chat with multiple client.There can be multiple admin. I want to disable login window also would supply login details if required thro' script/existing database.

I saw many free php chat scripts but they are many to many like messenger where as in this sort of requirement when customer comes and wants to chat with service provider it has to be 1 to 1.

Please guide me.

Thanks & Regards,

Naimesh Trivedi
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

There are quite a few flash solutions for this, and I've found it's generally a better technology for chat.

Didn't stop me from writing a PHP/ajax chat system however. It was good experience, despite me ditching it in the end.
Post Reply