When I used to connect phrets on my local server it works perfectly.
But when I used it to connect on Live server the connection is not established.
In debug file I got msg:-
//Code is as follows:-
$rets = new phRETS;
$rets->FirewallTest();
//$rets->AddHeader('Accept', "* / *");
$rets->AddHeader("RETS-Version", "RETS/1.5");
$rets->SetParam("debug_mode", true);
$rets->SetParam("disable_follow_location", true);
$rets->SetParam('use_interealty_ua_auth', true);
echo "+ Connecting to {$rets_login_url} as {$rets_username}Please help me.. what are the possibilities may occer..