PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Andronicus Riyono   Snap IT   test.php   Download  
File: test.php
Role: ???
Content type: text/plain
Description: The test file to snapIT class
Class: Snap IT
Place images and flash movies in HTML pages
Author: By
Last change:
Date: 22 years ago
Size: 361 bytes
 

Contents

Class file image Download
<?php /* this is a test file that will works if: you put this file in the same directory with snapIT.php you have test.gif file in the 'images' directory too Have Fun */ require("snapIT.php"); $front_image = new snapIT(); $front_image->SetAll('test','images/','image/gif',468,60,0,'left','Test Image'); $front_image->Show(); ?>