PHP Classes

File: sample/sample1.php

Recommend this page to a friend!
  Classes of Hidayet Dogan   phpThumbnailer   sample/sample1.php   Download  
File: sample/sample1.php
Role: Example script
Content type: text/plain
Description: Sample Script
Class: phpThumbnailer
Create image thumbnails on the fly
Author: By
Last change: Wrong description.
Date: 19 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?
include("../class.Thumbnail.php");
$tn_image = new Thumbnail("sample.jpg", 0, 0, 25);
$tn_image->show();
?>