PHP Classes

File: testcount.php

Recommend this page to a friend!
  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: 21 years ago
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');
?>