Hi
I am doing a program to generate a graph.But it is giving the following error.
ImageGif: No GIF support in this PHP build in /graph/graph.php on line 100
That is it\'s giving error in the following line.
ImageGif(im,"pie.gif");
In my php.ini i have checked the following.
GD support is enabled.
GD Version 1.6.2 or higher
PNG Support enabled.
Can any one tell me what is wrong with this.
Thanks in advance.
srini