When trying to use a simple code like this below i receive an error which says that it 
cant find the header.

<? 
Header("Content-type: image/jpeg"); 
$im = imagecreatefromjpeg("./test.jpg"); 
Imagejpeg($im,'',20); 
ImageDestroy($im); 
?> 

It outputs the information in ascii and binary code. it doesn't show the picture

Thanks for all the help you can give me.
//Johan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to