PHP Classes

File: image.php

Recommend this page to a friend!
  Classes of Mike Gifford   XUpload/ViewDB   image.php   Download  
File: image.php
Role: Example script
Content type: text/plain
Description: View Images in Database
Class: XUpload/ViewDB
Upload files and view directory contents
Author: By
Last change:
Date: 21 years ago
Size: 121 bytes
 

Contents

Class file image Download
<?php
$classPath
= '/usr/local/localhost/XUpload/class';
include_once(
"$classPath/Image.class");
$img = new Image;
?>