I tried to search in google but cannot find a complete solution (i only find something detects only the browser's type like firefox, opera) .
i want a php class or code to check the user's Browser including the version and also the operating system.
Thanks
I used the techpatterns.com one and they don't always update it and it use procedural code which feel dated...
The Wolfcast BrowserDetection PHP class is updated and use an Object-Oriented way to do it:
You use it this way:
Another example: