[PHP] pobierz, plaintext $addressG = 'http://maps.google.com/maps/geo?output=json&oe=utf-8&key=ABQIAAAA_x4hSrUrcv9yqtXY4wRPJRSDp6egKg4SBspr65qLJCi9L63K2xR2zvJEHsUd3DC07OdQvV2tp8QL7Q'; $addressG.='&q='.urlencode('Warszawa,Poland'); $page = file_get_contents($addressG); $ar = json_decode($page,true); print_r($ar);[PHP] pobierz, plaintext