Re: [PHP] Fopen image and print as binary/Image

2001-02-27 Thread Richard Lynch
> 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

[PHP] Fopen image and print as binary/Image

2001-02-27 Thread Karl J. Stubsjoen
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