<html>
 
<head>
 
  <title>CCounter Example</title>
 
</head>
 
<body bgcolor="#FFFFFF" text="#000000">
 
<h1>CCounter Class Example</h1>
 
<?
 
include('counter.php');
 
?>
 
<? $counter->GrandTotal(); ?> visits from <? $counter->Unique(); ?> visitors.  This is visit <? $counter->CurrentTotal(); ?> for you.<br>
 
<br>
 
Thank you for stopping by.
 
<br>
 
<br>
 
Questions, comments or suggestions for CCounter should be directed to <a href="mailto:[email protected]">[email protected]</a>.<br>
 
<br>
 
You can visit the authors web site by going to <a href="http://zoulcreations.com/">http://zoulcreations.com</a><br>
 
</body>
 
</html>
 
 
 |