PHP Classes

File: img.php

Recommend this page to a friend!
  Classes of Germán Sosa   Image Pop Up Class   img.php   Download  
File: img.php
Role: Application script
Content type: text/plain
Description: File for output the GD based Thumbnails
Class: Image Pop Up Class
Create thumbnails and link pictures in new windows
Author: By
Last change:
Date: 22 years ago
Size: 139 bytes
 

Contents

Class file image Download
<?
require ('imgpopup.class.php');
if (isset (
$file) && isset ($size)){
   
$img = new ImgPopUp ($file);
   
$img->ImgThumb ($size);
}
?>