Detecting which browswer my visitor is using?

by 2 replies
3
hello people

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

Please help me
#programming #browswer #detecting #visitor
  • 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
  • Using php $_SERVER or JS Quirksmode you can do this.

Next Topics on Trending Feed