<?php $url = 'http://polemictweet.com:8080/'; $qs = $_SERVER['QUERY_STRING']; $toget = "$url?$qs"; echo file_get_contents($toget) ?>