<?php
	
	$url = 'http://www.milliyetemlak.com/haber';
	$ch = curl_init();
	curl_setopt($ch, CURLOPT_URL, $url);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
	curl_setopt($ch, CURLOPT_HEADER, false);
	$return = curl_exec($ch);
	curl_close($ch);
	echo $return;
	
?>
Tarayıcıdaki gibi aynen geliyor karşıma :/ (Stil dosyası hariç)