Re: [PHP] bargraph gd not working

2004-12-14 Thread Richard Lynch
Oooop! Hit Send too soon. After you put the header BACK IN, the image should work, except some versions of IE are so badly-broken that they've cached the fact that that URL is text, not an image, and will refuse to display it as an image, and will dump out the image contents to the browser.

Re: [PHP] bargraph gd not working

2004-12-14 Thread M. Sokolewicz
Richard Lynch wrote: Oooop! Hit Send too soon. After you put the header BACK IN, the image should work, except some versions of IE are so badly-broken that they've cached the fact that that URL is text, not an image, and will refuse to display it as an image, and will dump out the image contents

Re: [PHP] bargraph gd not working

2004-12-14 Thread Richard Lynch
jm wrote: Hi guys: I'm using php5 on winxp with IIS. I'm trying to run a simple bar graph demo found it on phpbuilder site. When I run it I get nothing but an x in the top left corner of my web page(no errors nothing). GD is uncommented in my php.ini, ext dir set and I have verified that GD

Re: [PHP] bargraph gd not working

2004-12-13 Thread Stan F
- Original Message - From: jm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 3:22 AM Subject: [PHP] bargraph gd not working Hi guys: I'm using php5 on winxp with IIS. I'm trying to run a simple bar graph demo found it on phpbuilder site. When I run it I get

Re: [PHP] bargraph gd not working

2004-12-13 Thread jm
Hey Stan: None of the other php/gd scripts work either. I have just started working with this so at this point all I'm doing is tinkering with a bunch of examples . Here's one CODE example, and it gets called from img src=bargraph.php in a html page. ?php // graph parameters