<?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();
?>
|