SyntaxFix
Write A Post
Hire A Developer
Questions
As seen on reddit:
$address = urlencode('1600 Pennsylvania Avenue, Washington, DC'); $json = json_decode(file_get_contents("http://where.yahooapis.com/geocode?q=$address&flags=J")); print_r($json);