PHP Classes

File: INSTALL

Recommend this page to a friend!
  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: 18 years ago
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