Login   Register  
PHP Classes
elePHPant
Icontem

File: imgout.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-06-10 13:04
Size: 86 bytes
 

Contents

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