PHP Classes

File: ads.php

Recommend this page to a friend!
  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: 19 years ago
Size: 118 bytes
 

Contents

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