Login   Register  
PHP Classes
elePHPant
Icontem

File: show_stats.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of bmpc  >  UsersOnline  >  show_stats.php  >  Download  
File: show_stats.php
Role: ???
Content type: text/plain
Description: Example for the stats retriever
Class: UsersOnline
This class calculates the number of users "online"
Author: By
Last change:
Date: 2002-06-07 12:32
Size: 163 bytes
 

Contents

Class file image Download
<?

//
// bmpc@netcabo.pt
//
// GPL'ed
//

include ( "users-online.php" );

$o_users = new users_online ( $REMOTE_ADDR );

$o_users->db_stats ();

?>