RE: [PHP] can't get gd working at all

2001-07-26 Thread Andrew Chase
rt is included. -Andy > -Original Message- > From: Matt Greer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 11:46 AM > To: php-gen > Subject: Re: [PHP] can't get gd working at all > > > Ah ha, my host was wrong. gd is not installed on the server I&

Re: [PHP] can't get gd working at all

2001-07-25 Thread Matt Greer
Ah ha, my host was wrong. gd is not installed on the server I'm on, but they're moving me over to one that has it. Sorry everyone, but I didn't know enough about any of this to be able to verify what they told me. Thanks for all the help. Matt -- PHP General Mailing List (http://www.php.net/

RE: [PHP] can't get gd working at all

2001-07-25 Thread Don Read
On 25-Jul-2001 Matt Greer wrote: > I'm trying to get a simple piece of code involving gd functions to work just > to ensure gd is working properly on my server. I took this straight from my > book. All that comes up is a broken image. I talked with my host and they > assured me gd is installed an

Re: [PHP] can't get gd working at all

2001-07-25 Thread Matt Greer
on 7/25/01 9:35 AM, Warren Vail at [EMAIL PROTECTED] wrote: > If the gd extension is not loaded each time php is loaded you will need to > cause it to be loaded from your script. Ok, I tried this and got gd is not loaded I don't know if that's the name of gd on my server though. A search th

RE: [PHP] can't get gd working at all

2001-07-25 Thread Warren Vail
sions/php_gd.dll"); good luck. Warren Vail -Original Message- From: Matt Greer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 6:55 AM To: php-gen Subject: [PHP] can't get gd working at all I'm trying to get a simple piece of code involving gd functions to

[PHP] can't get gd working at all

2001-07-25 Thread Matt Greer
I'm trying to get a simple piece of code involving gd functions to work just to ensure gd is working properly on my server. I took this straight from my book. All that comes up is a broken image. I talked with my host and they assured me gd is installed and working properly on the server. Any idea