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 ajax
call..