I am using get_browser to keep statistics for my web site. However, all of the results are browser = 'Default Browser'
and platform = 'unknown'
. I checked phpinfo() and the browscap.ini path is correct. What else would be causing this problem? It does this in all browsers.
My Code:
print_r(get_browser(null, true));