can we retrieve the geo-localization info from the client browser from the $_SERVER in php? -


some modern browser have no possibility active(or not) geolocalization. so, when activate, how can retrive php server in $_server variable ?

is there special constant localisation user-agent ?

thanks help

remember getting generated client end can spoofed. $_server or get_browser() functions not gather geolocation far know.

one thing html use geolocation api navigator.geolocation extract information required , send across server script using async ajaxcall..


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -