-
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 05, 2002 3:52 AM
Subject: RE: [PHP] png image doesn't show
> Hi,
>
> Do you output the right headers before you output the imagestream?
> Header("Content-type: image/png");
>
> I
>
>
> to get the image output. Unfortunately, I get nothing except
>the red X indicating a missing image.
>
>
>
You probably need to send the correct header at the top of your
graphit.php to indicate to the browser that you are
sending it a file with a content type of image/png . graphit.php
2 matches
Mail list logo