Re: [PHP] png image doesn't show

2002-07-05 Thread James E Hicks III
img src=graphit.php 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 .

Re: [PHP] png image doesn't show

2002-07-05 Thread hugh danaher
] 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); If this doesn't help you have to post your code (graphit.php) here so we can look