Php Chat implementation

前端 未结 3 1327
星月不相逢
星月不相逢 2021-01-17 02:55

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

3条回答
  •  时光说笑
    2021-01-17 03:21

    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

提交回复
热议问题