Warning: Undefined array key "month" in /web/htdocs/www.uncuoreaquattrozampe.it/home/portale/calendario/index.php on line 4
CALENDARIO
createCal()); ?>



$height){ $thumb = imagecreatetruecolor(230, 190); $source = imagecreatefromjpeg($_SERVER['DOCUMENT_ROOT'].'/portale/calendario/foto/1.jpg'); imagecopyresized($thumb, $source, 0, 0, 0, 0, 230, 190, $width, $height); }else{ $thumb = imagecreatetruecolor(190, 230); @$source = imagecreatefromjpeg($_SERVER['DOCUMENT_ROOT'].'/portale/calendario/foto/1.jpg'); @imagecopyresized($thumb, $source, 0, 0, 0, 0, 190, 230, $width, $height); } // Salvo l'immagine ridimensionata @imagejpeg($thumb, $_SERVER['DOCUMENT_ROOT']."/portale/calendario/foto/1b.jpg", 75); ?>