Instead of :
;extension=php_gd.dll

Try:
extension=php_gd.dll

Sign ; is a comment... so you must delete it ...

--
Lp,
Mitja
"Ryan Moore" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am trying to use GD Library on a windows 2000 installation of PHP.
> php_gd.dll is in the extensions folder and the line:
";extension=php_gd.dll"
> is in my php.ini file, but I recieve the error: "Fatal error:  Call to
> undefined function:  imagecreate()" when I try to use the
> imagecreate(100,100) function. Any ideas?
>
> Thanks!
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to