Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stanislav Karchebny  >  Simple text-based counter  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: Simple text-based counter
Simple counter
Author: By
Last change:
Date: 2002-11-13 09:38
Size: 117 bytes
 

Contents

Class file image Download
<?php
include("counter.php");

$pageViews Counter::getCount();

echo 
'You are visitor number '.$pageViews;
?>