tags:

views:

126

answers:

2

I want to build a chat application using PHP. Does anybody have any idea about it? If so please reply. The chat application must be user friendly, multiple chatting scenario must be there.

+2  A: 

Sounds pretty straight forward.

Ajax-polling front-end -> chat_handler.php -> backend database

Done.

Aiden Bell
exactly. i've done a bunch of them just for my own pleasure :)
Jacob Relkin
I did a school project that did exactly that. For an art class even.
Ignacio Vazquez-Abrams
ROTFL :) An ART CLASS? wow!
Jacob Relkin
To be fair, it was a computer art class, and it had a Director movie where parts would change based on keywords said in the chat.
Ignacio Vazquez-Abrams
Sounds like some video-mashup nightmare!
Aiden Bell
A: 

just buy one if you don't want to code. Comet Chat is a good one, like Faceb00k. Just google

DucDigital