Login   Register  
PHP Classes
elePHPant
Icontem

File: Example

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Enio Borges Ribeiro  >  Easy Hit Counter  >  Example  >  Download  
File: Example
Role: Example script
Content type: text/plain
Description: Example
Class: Easy Hit Counter
Keep track of site visitor count by IP address
Author: By
Last change:
Date: 2010-10-26 10:22
Size: 117 bytes
 

Contents

Class file image Download
<?php
require "EasyHitCounter.Class.php";

$contador = new  EasyHitCounter();

echo 
$contador->getCountFOrmated();
?>