SPANISH OAKS HOME SITES
View our available Spanish Oaks home sites, pricing and lot size with our interactive map.
$ilvalore= array();
libxml_use_internal_errors(true);
$sx = simplexml_load_file('mapinfo.xml');
if (!$sx) {
echo "Error cargando XML\n";
foreach(libxml_get_errors() as $error) {
echo "\t", $error->message;
}
}
foreach ($sx->Lot as $info)
{
$id=$info["id"];
$lat=$info->Lat;
$lng=$info->Lng;
$acr=$info->Acre;
$typ=$info->Type;
$sta=$info->Status;
$pri=$info->Price;
array_push($ilvalore,array($lat,$lng,$typ,$id,$acr,$sta,$pri));
}
?>
Information deemed reliable, but it not guaranteed. Prices are subject to change.