|
Posted by "Richard Lynch" on 06/05/05 05:54
On Sat, June 4, 2005 3:47 am, NeginGostar.com :: Administrator said:
> I want know about PHP Graphic .
> I want use graphic in php but i cant setup GD library , in my server
> My Server is Windows 2003
> and i want install graphic in php
First, make a PHP file with <?php phpninfo();?> in it, and surf to it.
Then, find php.ini in that.
Then, if your php.ini file is not in that location, move it there.
Finally, uncomment the line with php_gd.dll (or similar) in it.
Oh, and re-start Apache to get php.ini re-read.
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|