PHP Classes

File: image.php

Recommend this page to a friend!
  Classes of Ben Yacoub Hatem   MySQL Backup Pro   image.php   Download  
File: image.php
Role: Auxiliary script
Content type: text/plain
Description: this is a related file that return images that are used in the application
Class: MySQL Backup Pro
Create and restore backup of MySQL databases
Author: By
Last change: extract variable img from $_GET
Date: 19 years ago
Size: 140 bytes
 

Contents

Class file image Download
<?php
@extract($_GET);
require_once(
"libs/gonximage.class.php");
if (isset(
$img) and $img!="") {
   
gonximage::getimage($img);
}

?>