Hi,
My environment is :
PHP 4.2.3(latest one)
Windows 2000 Prof.
I want to create thumbnails and resize uploaded images, and
I need GD. My question is Do I have to download GD and compile? OR just use "extension=php_gd.dll" in php.ini ?
I uncommented "extension=php_gd.dll" in php.ini, tried "getimagesize" function and it works, but a function like "imageGIF" doesn't work.
Thank you,
Jake.