Hi all, I have to implement chat application to mywebsite using php. Chat has the features like audio, video, and file transefer.
so please give reply for this,
Thanks,
Hi all, I have to implement chat application to mywebsite using php. Chat has the features like audio, video, and file transefer.
so please give reply for this,
Thanks,
Mmm.. building one application like that is not easy at all, and you won't only need PHP.
I guess you are looking for an applet or script that is already implemented.
I just know some JS scripts that can be embedded into your website, but just chat [not audio, video, and else..]
Try this:
http://www.sitescripts.com/JavaScript/Chat_and_Instant_Messaging/
If you want just to be able to send files you need to upload them to the server, I guess with AJAX to make it smooth. For that you could use http://www.uploadify.com/
If you want audio and video chat too you will need Flash - no way of escaping that. It is not easy at all. Maybe http://avchat.net/ would be what you want.