PHP Classes

File: show_stats.php

Recommend this page to a friend!
  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: 21 years ago
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 (); ?>