How to install gd graphic library for PHP 4.4.2 on windows xp!!My photo album doesn't work!I have
Fatal error: Call to undefined function: imagecreatefromjpeg() in c:\htdocs\handyman\photo\index.php
Thanks!![]()
| SitePoint Sponsor |
How to install gd graphic library for PHP 4.4.2 on windows xp!!My photo album doesn't work!I have
Fatal error: Call to undefined function: imagecreatefromjpeg() in c:\htdocs\handyman\photo\index.php
Thanks!![]()



Uncomment the line
From your php.ini file.Code:;extension=php_gd2.dll
Edit:
You uncomment by removing the semi-colon btw.
Bookmarks