Login   Register  
PHP Classes
elePHPant
Icontem

File: image.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-08-23 16:22
Size: 121 bytes
 

Contents

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