PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Abdulrahman Muhammad   Obanner   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: Obanner
Display image banners during a period
Author: By
Last change:
Date: 16 years ago
Size: 326 bytes
 

Contents

Class file image Download
<?php

   
//include class
   
include 'Obanner.php';

   
//configuration
    //first var foe default image banner
    //2nd var for defaul link
   
$banner = new banner('defulat.gif','http://default.com');
   
   
   
   
//ads .. alot of them you can add ..
   
print $banner->add_banner('bnr1.gif','http://bnr1.com','1-1-2008');
   

?>