php - Detect device information like browser name, device name ,device version -



php - Detect device information like browser name, device name ,device version -

i have been looking reliable way have (at to the lowest degree less obscure ones) :

the name of browser version , platform (os) on maybe more info 3 info above enough.

not finish reply guess pointing in right direction. can info user's browser , platform in javascript using code below

alert(navigator.useragent);

you have create list of known browsers , platforms, , have compare useragent string them identify respective browser/platform.

php jquery

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -