How can I get country with Google API? I have seen Javascript version. But I need to get by PHP. How can I get this?
I need most simple and fast way to get Country in PHP.
What can you suggest?
How can I get country with Google API? I have seen Javascript version. But I need to get by PHP. How can I get this?
I need most simple and fast way to get Country in PHP.
What can you suggest?
Using the Geocoding API Web Service and cURL in php, you'll be able to pass a url through with the right parameters to return, either in json or xml, the result that you want.
See: