2

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?

Tigran Tokmajyan
  • 1,937
  • 7
  • 25
  • 36

1 Answers1

3

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:

Josh
  • 1,794
  • 3
  • 17
  • 31