Some examples would be nice, because then I can implement myself, I hope you/I can find somthing that will get the Operating System, Browser Name, and Browser Version.
- Code: Select all
function ProcUseragent()
{
global $UserOs, $UserBrwsr, $UserBrwsver
// Some code here that does the work, needing research.
}
Getting the screen resolution could also be handy.
Any ideas/references?

