I\'m looking to create a chat using PHP. Would using MySQL be a good idea? I realize that you\'ll need more than just PHP to build a c开发者_StackOverflow社区hat but how do I do this? How can this be
i am working on a server-client terminal chat using php. i wanted to know if there are any ways to detect if the client did not entered anything for like 5 or 10 seconds. using fgets pauses the开发者_
This question already has answers here: 开发者_如何学JAVA How to make a chat application in android? [closed]
I need to implement chat between users in my appli开发者_StackOverflow社区cation(.NET). I\'m already using RabbitMQ as message broker in it to pass some notifications between client programs. Is it no
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
The thing is, I can do both, but I can\'t make them work immediately one after another, it does the first in the 1st clock, and the second in the 2nd clock. I\'ve also tried with 1 div inside another
Hello everyone I just wanted to know if I use AJAX for my chat engine, will it crash my server or it will work fine for a traffic of about 1500 people at a time ??
I have a problem with my chat server implementation and I couldn\'t figure out why it doesn\'t work as intended.
Just not sure where to start. I\'d like something similar to the chat box on http://www.shadowness.com/ or group chat on Facebook or Gmail.
I\'m going to create public chat/shout-box that will refresh after several seconds (almost like IRC or something).