Detecting which browswer my visitor is using?

2 replies
hello people

i want to detect which browswer my visitors is using.Is it possible using php or anythign else?

Please help me
#browswer #detecting #visitor
  • Profile picture of the author skillboyz
    PHP's $_SERVER global variable provides various server and execution environment information, including HTTP_USER_AGENT element which contains browser-specific user-agent, which can be used to identify the web browser used to accessing the page on current request.

    Hope it helps
    {{ DiscussionBoard.errors[8297614].message }}
  • Profile picture of the author sktthemes
    Using php $_SERVER or JS Quirksmode you can do this.
    {{ DiscussionBoard.errors[8299009].message }}

Trending Topics