I don't think posting code is required here, the error message tells exactly what is
going on. He either needs to have GD support compiled with his version of PHP, or if
on windows adding a dl() call to the GD library functions before the call to any GD
functions:
dl('php_gd.dll')
Even b
It would help if you can post the code you're using, rather than just
the error message.
> -Original Message-
> From: venomous [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 24, 2001 5:17 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] error using imagecreate function
Can some one help me
When i try tu use imagecreate i get an fatal error message (shown below)
Fatal error: Call to undefined function: imagecreate() in
c:\website\draw.php on line 4
does any body know why this error accurs.
Thanx
Venomous
--
PHP General Mailing List (http://www.php.n
3 matches
Mail list logo