Ver Mensaje Individual
  #9 (permalink)  
Antiguo 15/12/2005, 12:39
apuenco
 
Fecha de Ingreso: noviembre-2005
Mensajes: 139
Antigüedad: 18 años, 5 meses
Puntos: 0
a ver... he habilitado esa linea pero no me dibuja nada... he hecho este programa de prueba y m e da de resultado:

‰PNG  ÈIDATxœíÁùS_áÚ ù‚

el programa es este:
Código:
<html>
   <head>
      <title>Untitled</title>
   </head>
   <body>
<?php
$img=imagecreate(200,200);
imagecolorallocate($img,0xFF,0,0);
imagepng($img);
?>
</body>
</html>