Can you give me an idea on how to implement chat room using PHP and MySQL?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will probably want to use AJAX or if not that, Javascript with timer to make chat appear instant or with polled updates.
There are lots of tutorials on creating something like this – including a number with AJAX i/o – http://css-tricks.com/chat2/