PHP Classes

File: imgout.php

Recommend this page to a friend!
  Classes of Dmitry A. Kirilin   IMGOut   imgout.php   Download  
File: imgout.php
Role: Example script
Content type: text/plain
Description: Example for $_GET
Class: IMGOut
Perform several types of image manipulation
Author: By
Last change:
Date: 18 years ago
Size: 86 bytes
 

Contents

Class file image Download
<?
 
include_once("imgout.inc.php");
 
$imgout=new IMGOut($_GET);
 
$imgout->Output();
?>