How does PHP due with images ?
I have the following code that do not show the image on screen.
What does is wrong ?
<?
$im = @imagecreatefromjpeg("filename.jpg");
Imagejpeg($im,'',20);
ImageDestroy($im);
?>
Thanks,
Eduardo Melo
Computer Programmer
_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
PHP Development 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]