PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of William Lang   Users Online by IP   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Usage
Class: Users Online by IP
Keep track of how many users are accessing a site
Author: By
Last change:
Date: 15 years ago
Size: 108 bytes
 

Contents

Class file image Download
<?
   
include('usersOnline.php');
   
   
$u = new usersOnline;
    echo
$u->howMany($_SERVER['REMOTE_ADDR']);
?>