Is it possible to detect what operating system a user is coming from using PHP? (mac or windows)
Posted
by Henryz
on Stack Overflow
See other posts from Stack Overflow
or by Henryz
Published on 2010-04-19T19:01:08Z
Indexed on
2010/04/19
19:03 UTC
Read the original article
Hit count: 144
Let's say for example I wanted to echo "You are using Windows!" or "You are using Macintosh!", depending on the users OS. Is this possible?
© Stack Overflow or respective owner