apitto Posted April 28, 2006 Share Posted April 28, 2006 browsing other website throught our php script...how to do this Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.