PHP Classes

File: thumbnail_sample.php

Recommend this page to a friend!
  Classes of Rahman Haghparast   Web Image Class   thumbnail_sample.php   Download  
File: thumbnail_sample.php
Role: Example script
Content type: text/plain
Description: show thumbnails
Class: Web Image Class
This class searches web and downloads images
Author: By
Last change:
Date: 20 years ago
Size: 106 bytes
 

Contents

Class file image Download
<?php
include "webImage.class.php";
$a=new webImage("Nicole Kidman");
$a->show_thumbnails(11,12,2);
?>