Tsukiyomi Posted June 14, 2007 Share Posted June 14, 2007 Hi everyone. Is it possible to make (or find if one is premade) a php file that will check the users browser and operating system info and see if they have things like the flash player installed (and check the version on that too), then if they need it, open up links to the pages where they can update? I'm totally fine with having to go out and find the pages to update stuff and manually set variables for the most recent versions myself, I just need to know it its possible to check all this information and process it this way. Thanks a lot. Quote Link to comment https://forums.phpfreaks.com/topic/55514-browseros-info/ Share on other sites More sharing options...
MikeDXUNL Posted June 14, 2007 Share Posted June 14, 2007 $_SERVER['HTTP_USER_AGENT'] ^^ that gets the browser info ^^ and not sure if it is much help cauise i havent looked into this, but i found then when i googled: 'php check os' http://forums.invisionpower.com/lofiversion/index.php/t231696.html Quote Link to comment https://forums.phpfreaks.com/topic/55514-browseros-info/#findComment-274318 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.