i am not able to generate images through gd lib.
i downloaded php_gd.dll,php4ts.dll,php_ldap,php_imap.dll,phpts.exe and replace them in my directory php4,windows,windows/system,windows/system32.
also given extensions in php.ini.
Have used phpts.exe instead of php.exe as suggested earlier in this forum.
when I run any program i get below line printed.
"X-Powered-By: PHP/4.0.1-dev Content-type: text/html"
if i run any image methods ,nothing is happening.
And when i run this function
ImageJpeg($im);
i get this line printed "ÿØÿà default quality ÿÛ".
please sort this problem if anybody knows it.