#1 property.php:16 -- SimpleXMLElement->__construct(...)13:
14: //echo file_get_contents("http://maps.google.com/maps/geo?output=xml&q={$address}");
15:
16: $data = new SimpleXMLElement(file_get_contents("http://maps.google.com/maps/geo?output=xml&q={$address}"));
17: $coordinates = explode(",", $data->Response->Placemark->Point->coordinates);
18:
19: //echo $data->Response->Placemark->Point->coordinates;
#2 property.php:127 -- toCoordinates(...)124: </div>
125: <span class="geo" style="display: none;">
126: <?php
127: $geoLoc=toCoordinates($gAddress);
128: ?>
129: <span class="latitude"><?php echo @$geoLoc['latitude']; ?></span>
130: <span class="longitude"><?php echo @$geoLoc['longitude']; ?></span>
#3 main_interface.php:157 -- require_once(...)154:
155: if(isset($middle_file))
156: {
157: require_once( $middle_file);
158: }
159: ?>
160: </div>
#4 file_function.php:202 -- require_once(...)199: Rentereviewed.com is the newest and most aggressive online rating community for rental housing. We actively solicit reviews from renters, managers, neighbors, maintenance, sales and leasing, and people looking for apartments.";
200:
201:
202: require_once($main_interface);
203: }
204:
205: /**
#5 property.php:471 -- require_once(...)468: }
469: }
470:
471: require_once(DIR_WS_LIB."/file_function.php");
472: ?>