Learning & Integrating web technology and code help directory

How to use PHP & GD and Config GD Support

No comments
How to use PHP & GD and Config GD Support The GD library function generate images or convert image to other format.
ShotDev Focus:
- PHP & Config GD Library
Solution
Fatal error: Call to undefined function imagecreate() in /gd.php on line 123
Solve Problem
Step 1
Open php.ini -> Start -> Run -> php.ini
copy php_gd2.dll to extension path ………. download file php_gd2.dll
extension_dir = “C:/AppServ\php5\ext”
.
.
.
.
.
extension=php_gd2.dll (Remove 
; on file php.ini)
PHP & GD
Step 2
Restart Web Server
Example

  1. <?  
  2. phpinf();  
  3. ?> 
Screenshot
PHP & GD

No comments :

Post a Comment