PHP Classes

File: advcounter.php

Recommend this page to a friend!
  Classes of Bharat Parmar   Advertisement Banner Module   advcounter.php   Download  
File: advcounter.php
Role: Example script
Content type: text/plain
Description: Click Counter on Advertisement Click
Class: Advertisement Banner Module
Manage and display advertisement banners in MySQL
Author: By
Last change:
Date: 8 years ago
Size: 154 bytes
 

Contents

Class file image Download
<?php
@include("config.php");
@include(
"class/Advertisement.Class.php");
$Advertisement = new Advertisement();
echo
"Loading..... Please Wait...."
?>