[PHP] Re: png image doesn't show

2002-07-06 Thread Richard Lynch
Hello all, I have been trying to modify the working of one of my pages which prints a png graph. What I had was an included file named graphit.php which creates a png file. I used the function imagepng($image,'temp.png') to create an image and then used img src=temp.png to have the image

Re: [PHP] Re: png image doesn't show

2002-07-06 Thread hugh danaher
information so I'm back to wanting to use some sort of image tag. Any suggestions? Hugh - Original Message - From: Richard Lynch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 9:59 PM Subject: [PHP] Re: png image doesn't show Hello all, I have been trying to modify