How can I get user's country flag on my site

前端 未结 5 1897
野性不改
野性不改 2021-02-10 13:04

I wanna display user\'s/visitor\'s country flag on my site.

I am using different technologies like php,jsp and simple html. So I want a code which by placing on my site,

5条回答
  •  南旧
    南旧 (楼主)
    2021-02-10 13:37

    Yeah there is something already available and you don't have to reinvent the wheel.

    Check this thing out.

     http://api.hostip.info/flag.php?ip=12.215.42.19
    

    Grab your user's IP using PHP and pass it to the API.

    
    

    Putting it all together

    ";
    ?>
    

提交回复
热议问题