Cant get the data by running any search query
Hello, We have issue to get data by any search query through PHP. However, there is no problem for login. Please advise.
The URL is: http://nsar.rets.paragonrels.com/rets...
Login name: Login TPV16849
$params = array("Limit" => 10, "Format" => "STANDARD-XML", "Count" => 1, "StandardNames" => 1);
$search = $RETS->SearchQuery("Property","ResidentialProperty","(ListingID=40070609)",$params );
print_r($search);
Comments