Login   Register  
PHP Classes
elePHPant
Icontem

File: ads.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gobinath Mallaiyan  >  PHPAds  >  ads.php  >  Download  
File: ads.php
Role: Example script
Content type: text/plain
Description: Example
Class: PHPAds
Show random ads using images from a directory
Author: By
Last change:
Date: 2005-05-26 03:13
Size: 118 bytes
 

Contents

Class file image Download
<?php
include_once("class/PHPAds.class.php");
$dir "bannerimg";
$tmp = new PHPAds($dir);
$tmp->AdsDisplay();
?>