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