corillo181 Posted February 12, 2008 Share Posted February 12, 2008 how do i check which browser version or browser is the user using? Link to comment https://forums.phpfreaks.com/topic/90773-browser-checking/ Share on other sites More sharing options...
feelay Posted February 12, 2008 Share Posted February 12, 2008 If this is what you are searching for, here you go: http://www.phpfreaks.com/forums/index.php/topic,181982.0.html Link to comment https://forums.phpfreaks.com/topic/90773-browser-checking/#findComment-465306 Share on other sites More sharing options...
corillo181 Posted February 12, 2008 Author Share Posted February 12, 2008 i try it got this Warning: get_browser() [function.get-browser]: browscap ini directive not set Link to comment https://forums.phpfreaks.com/topic/90773-browser-checking/#findComment-465313 Share on other sites More sharing options...
feelay Posted February 12, 2008 Share Posted February 12, 2008 <?php echo $_SERVER['HTTP_USER_AGENT'] . "\n\n"; $browser = get_browser(null, true); print_r($browser); ?> This is from the php manual (http://se2.php.net/manual/sv/function.get-browser.php) Link to comment https://forums.phpfreaks.com/topic/90773-browser-checking/#findComment-465318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.