document.location.href='".$path."'"; exit; } ?> Linked Partners \n"; } else { $out = "GET /".substr($myAccount[path],1).$myAccount[query]." HTTP/1.0\r\n"; $out .= "Host: ".$myAccount[host]."\r\n"; $out .= "Connection: Close\r\n\r\n"; fwrite($filepointer,$out); while (!feof($filepointer)) $b .= fgets($filepointer,4096); fclose($filepointer); } echo strstr($b,"\r\n\r\n");?>