Online & Offline in Web Chat Application
Posted
by
Mohammed Safeer
on Programmers
See other posts from Programmers
or by Mohammed Safeer
Published on 2013-08-07T07:17:25Z
Indexed on
2013/10/30
10:19 UTC
Read the original article
Hit count: 326
I stuck amidst developing a chat web application using php for client side app. I used comet for chat application. And use technique of updating database when someone logout. Thus display offline on other side user. My problem is if someone close browser without logout, how the other side user know the person goes offline. How can i set online and offline icon in a php webchat application, when someone close chat window without logout? Is web sockets in php solve this problem? welcome all suggestions.
© Programmers or respective owner