SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: gd graphic library
-
May 1, 2006, 06:35 #1
- Join Date
- Mar 2006
- Posts
- 13
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
gd graphic library
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!
-
May 1, 2006, 06:49 #2
- Join Date
- Dec 2004
- Location
- Cornwall, UK
- Posts
- 594
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Uncomment the line
Code:;extension=php_gd2.dll
Edit:
You uncomment by removing the semi-colon btw.
Bookmarks