반응형
$xml = simplexml_load_file('http://maps.googleapis.com/maps/api/geocode/xml?address='.urlencode("찾을주소").'&sensor=false');
$xml->result->geometry->location->lat;
$xml->result->geometry->location->lng
반응형
'Story > php' 카테고리의 다른 글
php date_format smarty smarty_modifier_date_format is_numeric 64bit 날짜 문제 (0) | 2013.08.14 |
---|---|
PHP 5.3 이상에서 Deprecated 에러 발생시 처리 (0) | 2013.06.26 |
뱅크다 이용 무통장입금 처리 (0) | 2013.02.21 |
window 에서 php fgetcsv 사용시 한글문제 (0) | 2012.12.10 |
디바이스별 viewport 설정 (0) | 2012.11.29 |