If you dowloaded the PHP 4.2.2 installer you don't have the php_gd.dll in your machine, you have to download the PHP 4.2.2 zip package from php.net and overwrite all your files in the php folder, this zip file contains all the dll's for windows including the php_gd.dll, then remove the ; in the Windows Extensions part of your php.ini corresponding to the gd library and check that the extension_dir in Paths and Directories has the same directory where the extensions are.
At 01:44 PM 7/25/2002 -0500, you wrote: >I am trying to use GD Library on a windows 2000 installation of PHP. >php_gd.dll is in the extensions folder and the line: ";extension=php_gd.dll" >is in my php.ini file, but I recieve the error: "Fatal error: Call to >undefined function: imagecreate()" when I try to use the >imagecreate(100,100) function. Any ideas? > >Thanks! > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php Jadiel Flores ------------------------- http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

