jagguy Posted July 9, 2007 Share Posted July 9, 2007 How do i get the browser type from the user. I want to display this information on my webpage. I can get the IP,OS of the user already. Link to comment https://forums.phpfreaks.com/topic/59176-get-pc-information/ Share on other sites More sharing options...
cooldude832 Posted July 9, 2007 Share Posted July 9, 2007 what other info you looking for? Link to comment https://forums.phpfreaks.com/topic/59176-get-pc-information/#findComment-293948 Share on other sites More sharing options...
teng84 Posted July 9, 2007 Share Posted July 9, 2007 echo $_SERVER['HTTP_USER_AGENT'] . "\n\n"; returns the browser Link to comment https://forums.phpfreaks.com/topic/59176-get-pc-information/#findComment-293950 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.