Re: [PHP] use php to determine user OS

2005-01-17 Thread Graham Anderson
thanks :) On Jan 16, 2005, at 6:05 PM, Greg Donald wrote: $_SERVER[ 'HTTP_USER_AGENT' ] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] use php to determine user OS

2005-01-16 Thread Greg Donald
On Sat, 15 Jan 2005 18:30:02 -0800, Graham Anderson [EMAIL PROTECTED] wrote: is there a php function out there that can get the operating system of the user...Mac/PC/Linux $_SERVER[ 'HTTP_USER_AGENT' ] -- Greg Donald Zend Certified Engineer http://destiney.com/ -- PHP General Mailing List

[PHP] use php to determine user OS

2005-01-15 Thread Graham Anderson
is there a php function out there that can get the operating system of the user...Mac/PC/Linux suppose I could do it with java, but wanted to see if I could do it all in php :) g -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php