Got a bit of a problem.
PHP 5.1.6 installed on Windows 2000 server running IIS.
In the php.ini file I've got
extension_dir = "C:\PHP\ext"
and
extension=php_gd2.dll
I've also got C:\PHP;C:\PHP\ext set in the path environment variable.
When I type in the command php -m, it lists out gd as one of the loaded modules.
I now reboot the server.
Browsing to a php page to display graphics (jpg's), it shows a 'no GD' icon where the graphics should be.
Can anyone help, please.
Regards
Roy