<?php
$seite = "http://google.de";
$source = nl2br(htmlspecialchars(file_get_contents($seite))) ;
echo $source;
?>