PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of David Higgins   CCounter   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: This is an example of CCounter in use
Class: CCounter
Simple flat-text file counter
Author: By
Last change:
Date: 21 years ago
Size: 644 bytes
 

Contents

Class file image Download
<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:higginsd@zoulcreations.com">higginsd@zoulcreations.com</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>