OK, simple enough command
$string = file_get_contents ( "http://www.google.com" );
And it used to work superbly! however now my computer must use a proxy server to access the internet and this doesnt work anymore!
Please does anyone know how I can tell this command to use http://myproxyserver:8080 note I also have to type in a username password and domain name when I am connecting through this, so is there a way I can put this in as well.
Thanks In Advanced




Reply With Quote