CODE
index.php
<html>
<table>
<th>
<?php
include ('a.php');
?>
</th>
</table>
</html>
<html>
<table>
<th>
<?php
include ('a.php');
?>
</th>
</table>
</html>
CODE
a.php
<?php
ob_clean();
header('Content-type: image/png');
$plik = file_get_contents('1.png');
echo $plik;
?>
<?php
ob_clean();
header('Content-type: image/png');
$plik = file_get_contents('1.png');
echo $plik;
?>
O co może comman