Is there any configuration or requirements in using PHP's image functions if I am using the WIN32 version.
?jun
no there isn't ... you just need to enable the gd library support in the php.ini file located in your winnt dir. check out the section ;extension=php_gd.dll and remove the ; to enable it
damisi
The thing I can't get is where does php_gd.dll actually reside, where do I install it?