Hi all,
I am trying to fopen a remote site, but must go through a proxy server first.
Does anybody know how to connect to a remote server through a proxy?
My code is failing on the fopen.
$file123 = fopen ("$site", "a");
while (!feof ($file123)) {
$line = fgets ($file123, 1024); }
Any assistance is greatly appreciated!!!
Thanx,
Colin