I want to build a chat application using PHP. Does anybody have any idea about it? If so please reply. The chat application must be user friendly, multiple chatting scenario must be there.
|
feedback
|
|
Sounds pretty straight forward. Ajax-polling front-end -> chat_handler.php -> backend database Done. | |||||||||
feedback
|
|
If you want to create a "Shoutout" type public chat system, it's pretty easy to achieve via PHP/MySQL/jQuery. You just have to take input from a form. jQuery will submit values to a database via a backend php file. To refresh the submitted messages after regular intervals you can use setInterval function availabe in jQuery. Maybe this will help: http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/ | |||
|
feedback
|
|
just buy one if you don't want to code. Comet Chat is a good one, like Faceb00k. Just google | |||
|
feedback
|