Oct 26, 2010

PHP: Echo external php, html, or anyfile

<?php
$homepage = file_get_contents('http://www.example.com/');
echo $homepage;
?>

No comments: