You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use a 0 instead for the last parameter, does getContent() give you anything?
If it does, it sounds like the server doesn't support providing URLs for photos and you'll need to download them instead (using the zero).
If it doesn't, ml_num might not be the right field to get the ID you need. Look at retsmd.com, pull up a list of fields and then look at "Key Field" mentioned at the top of the list. That's the field with the value you need to use for the getObject request.
$rets->GetObject("Property", "Photo", "MLS_NUMBER", "*", 1);
I am using the above code to fetch all the images url by passing ml_num which i get from $rets->search.
But it is not showing images url.
@troydavisson
The text was updated successfully, but these errors were encountered: