Jump to content

User Agent - determine user OS, if Windows, determine if 32 bit or 64 bit


ultrasound0000

Recommended Posts

I think the subject pretty much defines what I'm trying to accomplish.  I need to determine the users OS and if the OS is Windows, determine if its a 32 bit or 64 bit machine.  Than display this info to user.

 

how can i parse this info out of http_user_agent (code below)? is this the best approach?  thanks!

 

<?php
echo $_SERVER['HTTP_USER_AGENT'];
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.