resmi niye bekletsin sleep sayfanın çalışma süresini bekletir.

index.php
<?php
echo 'Bekleyiniz...';
ob_flush();
flush();
$oku = file_get_contents('test.php');
echo $oku;
?>
test.php
<img src="abc.jpg">