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,
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.
"; ?>