What sort of browser the visitor is using? In PHP programming we can get the visitor browser this way:

$browsername = $_SERVER['HTTP_USER_AGENT'];

An output may be: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) for Firefox.