Código PHP:
$image = ImageCreateFromGIF("banner.gif");
//Mostramos la imagen
ImageGIF($image);
ImageDestroy($image);
Fatal error : Call to undefined function: imagegif() in /home/tatu/public_html/afiliados/banners.php on line 20
El script lo podeis ver en:
http://afiliados.cybertatu.net/banners.php o en mi firma
¿Donde esta el problema?