--- In php-objects@xxxxxxxxxxxxxxx, "SaEeDoS" <saeedos@...> wrote: > > Hi all ,,,, thanks for helping me many times ago , i appreciate that .. > i'm working nowadays on Workflow Management System .. i want to > display in the Manger page the statues of the employees ( who is > online and who is not ) ... it's similar to online contacts in Gmail ( > Google talk ). > is there any ready code or classes so i can use it ?? if there's not , > how can i do that ?? what should i do ?? > thanks very much and i am very happy to be apart of this great group . Hi, The most basic way to do this is just looking who were online for the last 5 minutes. Just look in your userlist for the users that had there last activity in less than 5 minutes. Google uses different techniques (eg. AJAX), so it works a little different there.