Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Israel de Souza Rocha  >  Access Statistics  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: File to be controled
Class: Access Statistics
Keep track of access statistics to site pages
Author: By
Last change:
Date: 2004-05-14 07:39
Size: 225 bytes
 

Contents

Class file image Download
<?
include("accessControl.class.php");

$auditor = new accessControl();
$auditor->executeFiles();
$auditor->executeGeneric('HTTP_USER_AGENT'1);

echo 
date("Y-m-d");
echo 
"<br>This is a simple page to access ";

?>