curl / file_get_contents işinizi görecek 2 fonksiyon

bir örnek

<?php

$kaynak=file_get_contents("http://www.site.com/includeedilecekdosya.php");

echo $kaynak;

?>