apitto Posted April 28, 2006 Share Posted April 28, 2006 browsing other website throught our php script...how to do this Link to comment https://forums.phpfreaks.com/topic/8612-browsing-other-website-throught-our-php-script/ Share on other sites More sharing options...
koencalliauw Posted April 28, 2006 Share Posted April 28, 2006 [!--quoteo(post=369489:date=Apr 28 2006, 09:48 AM:name=apit)--][div class=\'quotetop\']QUOTE(apit @ Apr 28 2006, 09:48 AM) [snapback]369489[/snapback][/div][div class=\'quotemain\'][!--quotec--]browsing other website throught our php script...how to do this[/quote]You could try an html iframe and set the src tag for the iframe using php:[code]$site_to_browse = "http://www.google.com";echo "<iframe src='" . $site_to_browse . "'></iframe";[/code] Link to comment https://forums.phpfreaks.com/topic/8612-browsing-other-website-throught-our-php-script/#findComment-31604 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.