Is there a code that can display what operation sys, is the user using?
$_SERVER['HTTP_USER_AGENT'] will show os and browser type.
Unless they're faking it, of course.
$HTTP_USER_AGENT should work too
$HTTP_USER_AGENT may or may not work, depending on register_globals
On the whole it is better just to use $_SERVER['HTTP_USER_AGENT']