Did they also uncomment the line in php.ini which reads
extension=php_gd.dll
?
Else check phpinfo() and see if gd is really enabled, since they clearly haven't completed all the process. Oddly though I thought this file should be under WINNT (or system32), in fact on my machine its under the PHP extensions directory. Weird !
Cheers, Neil Smith.
At 21:13 26/03/2003 +0000, Anthony wrote:
Message-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] From: "Anthony Ritter" <[EMAIL PROTECTED]> Date: Wed, 26 Mar 2003 16:22:37 -0500 Subject: ISP Blues
The following script works fine when I test it at home using localhost on:
MS Win 98 Apache Server PHP 4.1.1 php_gd.dll
I then publish the script to my web at my ISP's MS IIS server which is the host and get an undefined function call of:
ImageCreate()
The ISP has said that they have installed php_gd.dll on their server but I get that error.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php