PHP Classes

File: form_action.php

Recommend this page to a friend!
  Classes of Rahman Haghparast   Web Image Class   form_action.php   Download  
File: form_action.php
Role: Unit test script
Content type: text/plain
Description: sample form action
Class: Web Image Class
This class searches web and downloads images
Author: By
Last change:
Date: 20 years ago
Size: 125 bytes
 

Contents

Class file image Download
<?php
include "webImage.class.php";
$a=new webImage($_POST["word"]);
$a->show_thumbnails($_POST["st"],$_POST["en"],2);
?>