prova con
Codice PHP:
<?php
$content
=file_get_contents("http://www.google.com",FALSE,NULL,0,20);
echo 
$content;
?>
cioè usando il tag di apertura completo <?php