Testadmin
Testadmin

Reputation: 2898

Php Chat implementation

Hai

I want to build a web site containing chat. i am working with PHP, I want a code to implement a chat with php .Any one help me to do this? I know Ajax . i don't Know any other languages...

Upvotes: 0

Views: 909

Answers (3)

rahul
rahul

Reputation: 187030

Ajax Chat is a light-weight customizable web chat software implemented in JavaScript and PHP. The script does not require Java, Flash, or any other plugins. Features:

  • Public and private chat.
  • Login as a registered user or as a guest.
  • Away status, custom colors, smileys, user gender/status icons.
  • Ajax Chat can be integrated with a third-party membership system by implementing user authentication routine. Advanced integration options: if user is logged in to the website, he can be logged in to the chat automatically.

http://www.php-development.ru/javascripts/ajax-chat.php

Also you can read this

Writing a JavaScript/PHP Chat Server

Upvotes: 3

andres descalzo
andres descalzo

Reputation: 14967

We are currently working with LiveZilla, this very well, the only thing the company must have Windows PC. The operator interface is on ".NET"

livezilla

Upvotes: 0

RaYell
RaYell

Reputation: 70414

You may want to consider using a ready solution instead of reinventing the wheel. Try phpFreeChat.

Upvotes: 0

Related Questions