Forum Moderators: coopster
Array (
[0] => Array ( [id] => 96865 [propertyName] => [property] => Array ( [myID] => 1234 [listingID] => 1340784 ) [receiveUpdates] => y [created] => 2014-02-04 23:46:12 [lastEdited] => 0000-00-00 00:00:00 )
[1] => Array ( [id] => 96868 [propertyName] => [property] => Array ( [myID] => 1234 [listingID] => 1351414 ) [receiveUpdates] => y [created] => 2014-02-04 23:47:39 [lastEdited] => 0000-00-00 00:00:00 )
[2] => Array ( [id] => 96869 [propertyName] => [property] => Array ( [myID] => 1234 [listingID] => 1347542 ) [receiveUpdates] => y [created] => 2014-02-04 23:48:15 [lastEdited] => 0000-00-00 00:00:00 )
)
foreach($response as $key=>$value) {
echo $value[id] . " - " . $value[myID] . " - " . $value[listingID] . "<br>";
}