Ver original<?php$pagina_inicio = file_get_contents('http://www.example.com/'.$_GET['variable']);echo $pagina_inicio;?>