[snip] 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? [/snip]
Remove the ";" in front of the extension listing in your .ini file and restart your web server. HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php