Re: [PHP] png image doesn't show

2002-07-05 Thread hugh danaher
- 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

Re: [PHP] png image doesn't show

2002-07-05 Thread James E Hicks III
> > > 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