Login   Register  
PHP Classes
elePHPant
Icontem

File: INSTALL

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of DavidLanz  >  Hippo Picture Base64 Encode  >  INSTALL  >  Download  
File: INSTALL
Role: Documentation
Content type: text/plain
Description: the file u're reading
Class: Hippo Picture Base64 Encode
Encode GIF or JPEG image files as a PHP script
Author: By
Last change:
Date: 2005-07-25 20:58
Size: 1,239 bytes
 

Contents

Class file image Download
Hippo PIC Base64 Encode Class
=============================

Table of Contents:
  0. Requirements
  1. Deploy Files
  2. Run the Demo
  

0. Requirements: 
------------------------------------------------------------
PHP 4.0.3 or higher (4.3.3 recommended)


1. Deploy Files
------------------------------------------------------------
<> create a directory of your web root, then put all .php files in the same directory, ex:

/Hippo_PIC_Base64_Encode/
  +-example.php
  +-hippo_base64_pic.php
  +-index.php

<> Here are these files descriptions:

/example.php                               (upload and class usage demo page)
/hippo_base64_pic.php                      (main Hippo PIC Base64 Encode class)
/index.php                                 (default web page)
/INSTALL                                   (the file u're reading)
/README                                    (summary of this class)


2. Run the Demo
------------------------------------------------------------
http://your.domain.name/Hippo_PIC_Base64_Encode/index.php

then browse a picture file for upload, done.

ps. you man specify output filename and directory by modifying 'example.php'
    plz check 'example.php' for more details.

Yours Sincerely,
DavidLanz