i using browser.php for detect OS name that users use it.
but my question is that how we can get OS version of users use. this script did not provide any method or property for that .
for example i want to show windows version that users use it include seven,XP and so on.
what is solution? please Help me if can
Use the Browsercap class instead, since it appears (from the comments above) that the tool you’re currently using doesn’t support this feature. The Browsercap class is an off-shoot of PHP’s native
get_browser()method, though the class doesn’t require the types of ini-configurations that the native function does. The class is also a fully standalone solution.Setup is easy:
The output will be your resulting object, full of relevant data (including the Platform/OS):