I need to display additional information on a web page (PHP) if one of the following criteria is met:
- .NET Framework Installed on the client machine in lower than 3.5
- Impossible to determine if .NET Framework 3.5 is installed or not on the client machine
I know that some browser (if not only one, IE) is sending that information in his tag.
Can any of you provide me with his suggestions ?
Website is built in PHP.
Thanks!
EDIT:
Proposed answers are incomplete and/or don’t provide me with a robust solution.
Here is another version I actually made for a friend of mine and realised that there was a bounty on this thread so what the hell 🙂
This is fully working but only with User-agent strings as there is no alternative means of doing so.
The core class:
Example Usage:
If you also want to check custom UA Strings from DB lets say