<?php $page = file_get_contents('http://www.example.com'); echo $page; ?>Then I found you could do it with Google:
<?php $page = file_get_contents('http://www.google.com/'); echo $page; ?>But you also need the base tag for best results:
<base href="http://www.google.com/" target="_blank" ><?php $page = file_get_contents('http://www.google.com/'); echo $page; ?>But what about the search bit? It'll just go to Google's actual page.
<base href="http://www.google.com/search" target="_blank" ><?php $page = file_get_contents('http://www.google.com/search?q='.$_GET["q"]); echo $page; ?>This loads the Google search page with the query you type. An example: devilishdb.koding.com/google?q=iframe
Hope this helps you coders out there! Try it with other websites, too!
![[NEWER VERSION RELEASED] New Galaxy OS! by ~DevilishDB [NEWER VERSION RELEASED] New Galaxy OS! by ~DevilishDB](http://th04.deviantart.net/fs71/300W/f/2013/132/6/f/_newer_version_released__new_galaxy_os__by_devilishdb-d5wyk99.png)









~Lechinmaru
~Penelope97
~simobortolo
~dakoder
=ntim007