Posted: Sat Oct 22, 2005 8:58 pm
oh duh..
I get it now
But... got that error:
Code: Select all
<?php
include('functions_main.inc.php');
include('configuration.inc.php');
$im = imagecreatefromjpeg("webdesignconcept_31.jpg");
makeThumb($im);
header("Content-type:image/jpeg");
imagejpeg($thumb);
imagedestroy($thumb);
?>Code: Select all
The image “http://dm7.net/gallery/testing.php” cannot be displayed, because it contains errors.