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 PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to