Forum Moderators: coopster
$page = file_get_contents('http://www.example.com/');
and then do whatever you want with the contents of $page (copyright permitting).