error_reporting(0);
$site=file_get_contents("http://wmaraci.com");

echo $site;

?>