At work we have a filter that filters some sties like hotmail and others so i wrote a php script to include whatever site i wanna go to, for exmaple hotmail.com:
<?php include("http://hotmail.com"); ?>
and it works, because it requests hotmail.com from my server and then displays the info to the computer i'm using from my wbeiste rather than from hotmail.com but if i try to click any links or try to login it goes back to trying to access it from the computer i'm using rather than my website, is there a way i could use to let my server get the info for everypage i visit and display it to the computer i'm using?
thanks