Re: [PHP] online/offline...but on a list of users

2005-09-05 Thread Edward Vermillion
Ryan A wrote: I want to add this same functionality to a forum on the same site (the forum was custom programmed from scratch and not any of the popular ones), but since in a single thread there can be a lot of different people/usernames that answer I would prefer _not_ to do a select

Re: [PHP] online/offline...but on a list of users

2005-09-04 Thread Ryan A
> I want to add this same functionality to a forum on the same site (the forum > was custom programmed > from scratch and not any of the popular ones), but since in a single thread > there can be a lot of different > people/usernames that answer I would prefer _not_ to do a select lookup for > eac

Re: [PHP] online/offline...but on a list of users

2005-09-04 Thread Edward Vermillion
Ryan A wrote: Hi, I have a profiles page where next to the username I have a icon that says "Online" or "Offline" if the persons whose profile you are browsing signed in or clicked anything in the last 3 minutes (I am also using a meta refresh to call a script every 2 1/2 mins) this is how i am d

[PHP] online/offline...but on a list of users

2005-09-04 Thread Ryan A
Hi, I have a profiles page where next to the username I have a icon that says "Online" or "Offline" if the persons whose profile you are browsing signed in or clicked anything in the last 3 minutes (I am also using a meta refresh to call a script every 2 1/2 mins) this is how i am doing it: $check