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 Daniel Kushner  >  Users Online  >  example.php  >  Download  
File: example.php
Role: ???
Content type: text/plain
Description: Example usage of class
Class: Users Online
Author: By
Last change:
Date: 2001-11-08 23:14
Size: 97 bytes
 

Contents

Class file image Download
<?php
include('class.UsersOnline.inc');

$ol = new UsersOnline();

$ol->printNumber();

?>