How to implement a chat room using Jquery/PHP?

前端 未结 10 1720
抹茶落季
抹茶落季 2020-12-02 07:12

I\'m looking to implement a chat room using PHP/Javascript (Jquery) with both group chat and private chat features.

The problem is how to continually update the inte

10条回答
  •  -上瘾入骨i
    2020-12-02 07:40

    This looks promising! Might even be super easy to restyle :)

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

    Ajax Chat script in Javascript/PHP

    Description

    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.

    Ajax lightweight chat script

    *Please note that this is a copy/paste from the original site.

提交回复
热议问题