Hi!
I want to detect A os that is used on a mac computer. I know I have to look in $HTTP_USER_AGENT (register_globals = on 😃 )
What are most populat mac os's? I need their string representation in http user agent.
So, so far I've come up with
OS/2 >>> http user agent string is os/2
MacOs>>> mac
OS X >>>>> os x
am i correct? can you add something?