Questo fa al caso tuo:
Codice PHP:
<?php
$homepage 
file_get_contents('http://www.html.it/');
echo 
$homepage;
?>