Google API country detect PHP

13,708

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:

Share:
13,708
Tigran Tokmajyan
Author by

Tigran Tokmajyan

I'm a software engineer. Mostly doing web-development using PHP/Node.JS, but also love doing game development with Unity3D.

Updated on June 04, 2022

Comments

  • Tigran Tokmajyan
    Tigran Tokmajyan almost 2 years

    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
    Tigran Tokmajyan about 13 years
    it seems that you can get only by Address. other way to do this via IP?