PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
GD needs to be compiled in. Failing that, you can dl() the extension during runtime. To see if it's compiled in, just call phpinfo() and there should be a GD section in the resulting page, if it is compiled in.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
The php_gd2.dll was not installed I had to copy this to C:\windows\sytem32 and remove the ';' in th PHP.ini file that preceeds the php_gd2.dll...
It might be worth noting that the extensions folder with loads of .Dll files in PHP version 4.3.10 does not download automatically using the installer...