a) echo $_SERVER[‘HTTP_USER_AGENT’];
b) get_browser()— Tells what the user’s browser is capable of
Browser detection on server side is as such a tricky problem as per this article.
a) echo $_SERVER[‘HTTP_USER_AGENT’];
b) get_browser()— Tells what the user’s browser is capable of
Browser detection on server side is as such a tricky problem as per this article.