Need help using GD library. I have no experience installing, compiling, or configuring PHP - a friend did it for me several years ago, so bear with me as I fumble around in the dark. I read what I could find online about GD and attempted to follow instructions. Here's what I did:
I'm using Win 2000.
I have "php_gd2.dll" sitting in c:\php\ext with the other DLL's.
I edited c:\php\php.ini to uncomment the line "extension=php_gd2.dll".
I also set "extension_dir = c:/php/ext".
I then rebooted my computer, and got a dialogue box with the message something like
"Unable to load c:/php/ext/php_gd2.dll - the procedure cannot be found"
I tried the extension_dir with both forward and backward slashes. Nothing works. Please help. Thanks.