Login   Register  
PHP Classes
elePHPant
Icontem

File: testcount.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Daniel  >  Counter Class with graphics  >  testcount.php  >  Download  
File: testcount.php
Role: Example script
Content type: text/plain
Description: example count
Class: Counter Class with graphics
Graphical counter with various presentation styles
Author: By
Last change: added include for ipblock.class.php. Optional add on.
If fork in counter.class.php has to be removed if not used.
Date: 2003-05-17 11:49
Size: 248 bytes
 

Contents

Class file image Download
<?php
include_once("ipblock.class.php");    
include_once(
"counter.class.php");

$example_count = new EASY_counter();
// mainCount(countername, counterstyle, enableuserblocking?);
$example_count->mainCount('/counter33.php''hearts''yes');
?>