开发者

what's the best method to do chat function in php? [duplicate]

开发者 https://www.devze.com 2023-01-03 10:02 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicate: Secure, customizeable, open-source chat engine on PHP/JavaScript for all popular browsers
This question already has answers here: Closed 12 years ago.

Possible Duplicate:

Secure, customizeable, open-source chat engine on PHP/JavaScript for all popular browsers

Hi I am about to do a 开发者_运维知识库chat function for a social networking site using php I want to gain inputs to do it .... Can any one suggest me which is the best method to do chat function in php


You better reuse some existing PHP chat scripts like PHPFreeChat.

But if you want to make your own then here is an idea . You can setup own IRCD on the server or use some other available IRC networks.Then build a chat interface with PHP ,can search google for available PHP irc clients you will find many (modify it to your needs ;) .

0

精彩评论

暂无评论...
验证码 换一张
取 消