Hi Guys,
I'm trying to use the NOCHEX APC functionality but i'm unable to successfully fopen. The code i'm using is pretty simple as follows:
$url = 'https://www.nochex.com/nochex.dll/apc/testapc';;
if(!($fp = fopen("$url","r"))){
echo (" BAD WAP");
}else{
$response = fread ($fp, 2056);
echo ("$response");
}
I keep getting a 'bad wap'.
Any ideas? Am I being stupied????
Cheers, Primordial ... :o :glare: