> header( "Content-type: image/gif" );
>
> $img = fopen($DOCUMENT_ROOT . "/store/include/TestingImage.gif","rb");
> print($img);
> ?>
> prints this:
> Resource id #1
> I'm trying to print the image as binary or as an image. Have I missed a
> step? Hope i'm not being too confusing.
$img is a "f
Hello,
this:
prints this:
Resource id #1
I'm trying to print the image as binary or as an image. Have I missed a
step? Hope i'm not being too confusing.
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
2 matches
Mail list logo