lillorme
Results
2
issues of
lillorme
@troydavisson I'm new to PHRETS and I would like to know how would I get the content_id to place in the action below `$photos = $rets->GetObject("Property", "Photo", "$content_ids", "*", 1);`
When using `$search = $rets->SearchQuery("Property","RES","(ListDate=1990-01-01+)"); ` or ``` while ($record = $rets->FetchRow($search)) { $this_record = array(); foreach ($fields_order as $fo) { if ($fo == 'L_ListingID') { $photos = $rets->GetObject("Property", "Photo",...