$dosya = fopen('DOSYA.php', 'r');
$icerik = fread($dosya, filesize('DOSYA.php'));
echo $icerik;


Olarak denermisiniz.