io faccio cosi ma non funziona come mai?
<?
$filename = "http://www.fgsdfsdfsdd.it/prev.htm";
$handle = fopen($filename, "rb");
$contents = file_get_contents($handle);

echo $contents;

fclose($handle);

?>