i'm trying to resize an image using function imagecreatefromjpeg() but getting an error Fatal error: Call to undefined function: imagecreatefromjpeg().
i search for help most sites says to configure php for gd lib support,but no body says how to configure.
bcz i installed php 4.3.1 by php installer.i never installed gd.
Is gd is not inbuid with php? how can i check?
can any body help me to configure gd?
now i'v change extension=php_gd.dll in php.in
but geting new error
PHP Warning: Unknown(): Unable to load dynamic library './php_gd.dll' - The specified module could not be found. in Unknown on line 0 PHP Fatal error: Call to undefined function: imagecreatefromjpeg