RE: [PHP] How can i count the number of users logged in my system

2002-02-13 Thread Antonio Vicente Maturana
]] > Sent: Wednesday, February 13, 2002 8:38 AM > To: 'V'; [EMAIL PROTECTED]; Rick Emery > Subject: RE: [PHP] How can i count the number of users logged in my > system > > > Ok, but i'm using sessions. My users log in the system, there is no > anonymous naviga

RE: [PHP] How can i count the number of users logged in my system

2002-02-13 Thread Rick Emery
e user has left your web-site and decrease the number of users by 1. -Original Message- From: V [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 8:38 AM To: 'V'; [EMAIL PROTECTED]; Rick Emery Subject: RE: [PHP] How can i count the number of users logged in my system

RE: [PHP] How can i count the number of users logged in my system

2002-02-13 Thread V
mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 9:16 AM > To: [EMAIL PROTECTED] > Subject: [PHP] How can i count the number of users logged in my system > > > I'm developing a site where many users can log in. > I want to know how many users are using the

Re: [PHP] How can i count the number of users logged in my system

2002-02-12 Thread John S. Huggins
Create a user activity table which stores the time when the user does anything. Then query it with a GROUP BY user syntax and constrain the records to only those after, say, an hour ago if you think that users doing something during the last hour means they are in there doing something. This is

RE: [PHP] How can i count the number of users logged in my system

2002-02-12 Thread Rick Emery
, February 12, 2002 9:16 AM To: [EMAIL PROTECTED] Subject: [PHP] How can i count the number of users logged in my system I'm developing a site where many users can log in. I want to know how many users are using the system simoultaneously, and display it in a document so the users can see it. ¿How

[PHP] How can i count the number of users logged in my system

2002-02-12 Thread V
I'm developing a site where many users can log in. I want to know how many users are using the system simoultaneously, and display it in a document so the users can see it. ¿How can i do that? Thanks Salu2, ___ Powered by Sambar Webmai