* Thus wrote Euman ([EMAIL PROTECTED]):
> Hello all,
> 
> Im new to PHP but from what Ive read, PHP 4.3.3 has
> GD capability built-in, but, when I run a simple test like:
> 
> 
> I get this:
> Fatal error: Call to undefined function: imagecreate() 

In your php.ini there is a line commented out
;extension=php_gd.dll

Make it so it says:
extension=php_gd.dll

Then restart your webserver.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to