I want to make a application in php that will have a chatting module with screensharing option
is there any php source code available to share screen and chatting
Thanks
Shivam
I want to make a application in php that will have a chatting module
Share
Not possible to do screensharing in PHP. Your best/easiest bet for that is most likely an embedded Java applet.
As for the chatting, you could do that very easily in PHP, and make it display messages in “real-time” using AJAX calls to check for new messages.