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 t
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 to
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.
Quit
$image)
ImageDestroy($image);
?>
"Stan F" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> - Original Message -
> From: "jm" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 14, 2004 3:22 AM
>
- 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
>
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 is
installed thro
6 matches
Mail list logo