Hi,
I have just installed gd lib on Win98 with PWS.
In php_info() it appears to be showing up:
<snip>
gd , FreeType support
Basic Functions No additional information.
PHP_DL Dynamic Library support enabled.
</snip>
When I am trying to run the following code:
<?
Header("Content-type: image/gif");
$im=ImageCreate(220,220);
ImageGif($im,'',20);
ImageDestroy($im);
?>
it comes up with this error:
Call to unsupported or undefined function imagegif() in <b>c:\Inetpub\wwwroot......
Anybody got any ideas why?
Thanks in advance
Mike
www.digitalegg.net