PHP Classes

File: sample/sample2.php

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

Contents

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