<?php

/**
* Make random image number check
* 20050524 by ascent webaq.com
*
*/

require_once('TestOnImage.inc.php');

$text = "Your text here";

$testOnImage = new TestOnImage($text);
//$testOnImage = new TestOnImage($text, 35, 100, 'bg1.gif');
//$testOnImage = new TestOnImage($text, 20, 400, 'bg2.jpg');
$testOnImage->displayImageIE();
?>


l'ho scaricato dal sito php.html.it
quando carico tutti i file presenti nel file compresso, nella pagina non mi visualizza niente