I've searched all over google but I can't seem to find a function that tells me the client's operating system. I'm creating a counter system so I'd appreciate it if you can point me to other information-retrieving functions.
Thanks,
-Nay
get operating system
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
$_SERVER['HTTP_USER_AGENT']
[php_man]get_browser[/php_man]() note: an option in php.ini must be enabled for this to work. It can't be turned on with .htaccess
[php_man]get_browser[/php_man]() note: an option in php.ini must be enabled for this to work. It can't be turned on with .htaccess
Last edited by feyd on Mon Jun 21, 2004 12:52 pm, edited 1 time in total.
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm