Bluehost.com Web Hosting $6.95

RE: [PHP] Count online users question

This is a discussion on RE: [PHP] Count online users question within the PHP General forums, part of the PHP Programming Forums category; If your website uses PHP sessions, and you store those sessions in a database table you could; $query = "select ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-27-2003
Warren Vail
 
Posts: n/a
Default RE: [PHP] Count online users question

If your website uses PHP sessions, and you store those sessions in a
database table you could;

$query = "select count(*) from session_table where "
."session_datetime > \""
.date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")." -1 hour"))
."\" ";
....the reset of a mysql query to get result.

Note that the 1 hour is an arbitrary amount of time and people do come back
after 1 hour, but if your session lifetime is set to be less than an hour,
you may want to use that same time limit.

You were correct in your original assumption that the count will almost
never be very precise.

Warren

-----Original Message-----
From: Mike D [mailto:mike@awn.com]
Sent: Wednesday, November 26, 2003 2:57 PM
To: php-general@lists.php.net
Subject: [php] Count online users question


Hi all,

I am trying to figure an accurate way to calculate how many users are
viewing a site, at any particular time. This task is very simple except for
one part - How do you determine when a person has left the site...apache
hasn't served anymore requests from a particular ip for xx minutes ??

- MD

...................................
Mike Dunlop
AWN, Inc.
// www.awn.com
[ e ] webmaster@awn.com
[ p ] 323.606.4237

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 05:43 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0