PHP Classes

File: Example

Recommend this page to a friend!
  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: 14 years ago
Size: 117 bytes
 

Contents

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

$contador = new EasyHitCounter();

echo
$contador->getCountFOrmated();
?>