any ideas
i have this code
<?
ob_start();
Header('Content-type: image/png');
ImagePng($im);
ImageDestroy($im);
include ('../includes/header.html');
include ('../includes/footer.html');
ob_end_flush();
?>
but only can see the graph for making my online poll and can't see any of the header or footer files, wondered if you could help