Can you give me an idea on how to implement chat room using PHP and MySQL?
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/