javascript - How many ways we can post data from client side to server? -


i need browser information user-agent, browser language etc. able these information using java script question if java script disabled how can these values? if can these values [like using flash, silverlight, java or other technology] how can send info server?

i think looking php function get_browser. allows information users browser.

https://php.net/manual/en/function.get-browser.php

the other option global variable $_server.

$_server array containing information such headers, paths, , script locations. entries in array created web server. there no guarantee every web server provide of these; servers may omit some, or provide others not listed here. said, large number of these variables accounted in » cgi/1.1 specification, should able expect those.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -