I have tried everything.. GD will not enable! Essentially, I have
extension_dir="C:\PHP\ext"
extension=php_gd2.dll
I've added c:\php\ext and c:\php to my windows path variable. I copied php_gd2.dll to my system32 folder.. I've scanned my entire INI file to see if there was any other reference to the extension_dir, or GD2.dll extension line, and nothing... GD Still will not enable.
UPDATE
I changed the php.ini files in my C:\PHP folder as well as my C:\WINNT folders - actually they both show that GD should be enabled - I also upped the memory from 8M to 32M in both files and no luck, still.
UPDATE 2
We are moving the darn thing to a different server. It's not worth all of the time trying to get this darn thing working. Thanks to all that contributed.
phpinfo() Link (http://netcomdevelopment.com/test.php)

display_startup_errorsto On and see if there's an error message. This might be a version problem. – netcoder Dec 13 '10 at 20:09Fatal error: Call to undefined function imagecreatefromjpeg() in C:\www\netcom\getProjectImage.php on line 18– Dutchie432 Dec 14 '10 at 13:51