<?php
header("Content-type:text/plain");
$html = file_get_contents("dosyalar/deneme.php");
echo $html;
?>

İşinizi Görür Diye Düşünüyorum