PHP include from another server

<?php
      echo implode(file("http://server.com/dir/file.html"));
?>