Hi all,
I have a problem in php.
I want to get the browsername with the get_browser() function but it doesn’t work, it only prints for the browser value “default browser”.
$user_agent = $_SERVER['HTTP_USER_AGENT'];
$browser = get_browser($user_agent, true);
echo $browser['browser'];
I already downloaded the new browscaps.ini for php.