Voila mon soucis
<?
//include ( '../jpgraph-2.1.2/src/jpgraph.php');
//include ('../jpgraph-2.1.2/src/jpgraph_line.php' );
$image = imagecreate(200,200);
$noir =imagecolorallocate($image,255,200,0);
imagepng($image);
header('Content-Type: image/png');
imagedestroy($image);
?>
Et en retour dans mon navigateur j'ai :
Je comprend l'erreure mais pas le pourquoi du comment ??�PNG
Warning: Cannot modify header information - headers already sent by (output started at /home/ael/web/test/image/script/creation.php:2) in /home/ael/web/test/image/script/creation.php on line 11