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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: