> What's more, if you copy this to your browser and run it, it will return > json. My only problem is doing all of that in PHP or JS so I can > capture the json to a variable and parse out the lat-lgn.
At its most basic, I would have thought you just need to put these together http://uk2.php.net/manual/en/function.file-get-contents.php http://webhole.net/2009/08/31/how-to-read-json-data-with-php/ Here's a more sophisticated example - it uses AJAX search API, just substitute geocoding http://dev-tips.com/featured/php-tip-add-custom-google-search-results-to-your-site-with-php -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
