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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -