PHP Classes

File: getimage_sample.php

Recommend this page to a friend!
  Classes of Rahman Haghparast   Web Image Class   getimage_sample.php   Download  
File: getimage_sample.php
Role: Example script
Content type: text/plain
Description: get image sample
Class: Web Image Class
This class searches web and downloads images
Author: By
Last change: the folder name changed
Date: 20 years ago
Size: 113 bytes
 

Contents

Class file image Download
<?php
include "webImage.class.php";
$a=new webImage("Jennifer Lopez");
$a->get_pictures("Jennifer",45,46);
?>