RE: [PHP-DB] Detect OS

2001-05-17 Thread Michael Rudel
$HTTP_USER_AGENT (if you're using Apache with PHP) should do what you need. ¥es, but not 100%, because there R thousands of different User-Agents out there, and the User-Agent of many browsers R customizable or Proxy's which R filtering them out. I think that U can use the $HTTP_USER_AGENT in

Re: [PHP-DB] Detect OS

2001-05-16 Thread Johannes Janson
Hi, How can I detect client's OS/platform with PHP? (Win, Mac, etc.) with PHP_OS. $os = PHP_OS; See Chapter 8 - Constants of the manual. Johannes -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL