Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-02-19 23:33
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();
?>