Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/05/2003, 05:26
operex
 
Fecha de Ingreso: mayo-2003
Mensajes: 32
Antigüedad: 21 años
Puntos: 0
creando imagen

Hola estoy intentanto crear una imagen y me da este error si alguien me podria ayudar.El codigo fuente de crear la imagen es este.
<?
Header("Content-type: image/png");

$im = imagecreate(200,200);

Imagepng($im);

Imagedestroy($im);

?>

y el error es este:
Warning: Cannot add header information - headers already sent by (output started at /var/www/html/ikisten.php:2) in /var/www/html/ikisten.php on line 3
‰PNG 

Gracias