Hello
I write correct PHP code to builid column graph ($image), but when I write command Header("Content-type: image/gif");
ImageGif($image);
my HTML browser display me message:
<br>
<b>Warning</b>: ImageGif: No GIF support in this PHP build in <b>C:/Program Files/Apache Group/Apache/htdocs/testy/wykres.php</b> on line <b>62</b><br>
I have in PHP.ini etension=php_gd.dll
and file exist in correct directory.
If you can give me any knowledge....
rgd