ho studiato questo funziona provato

Codice PHP:
<?php

$url 
"http://www.google.com";
$html implode(''file ($url));

echo 
$html;

?>
Andrea