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 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: 2008-07-14 08:42
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');
    

?>