Hi,Friends
My this php help you to open any url in your website.
save it abc.php<?php
//using this code you can open any website in your own localhost or inside your url
$homepage = file_get_contents(‘http://in.yahoo.com/?p=us’);
echo $homepage;
?>