Current location: Hot Scripts Forums » General Community » Script Requests » I need a PHP script to find the Browser name & version


I need a PHP script to find the Browser name & version

Reply
  #1 (permalink)  
Old 08-04-07, 07:03 AM
emaillenin emaillenin is offline
New Member
 
Join Date: Aug 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Trophee I need a PHP script to find the Browser name & version

i need to find the browser(in which the user is currently viewing the page) name and its version..
Reply With Quote
  #2 (permalink)  
Old 08-04-07, 07:46 AM
bizzar528's Avatar
bizzar528 bizzar528 is offline
Community Liaison
 
Join Date: Sep 2004
Location: Pennsylvania, US
Posts: 1,550
Thanks: 2
Thanked 16 Times in 15 Posts
PHP Code:

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

__________________
Yep, it's a signature...
Reply With Quote
  #3 (permalink)  
Old 08-04-07, 10:11 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
PHP Code:

<?php


$browser 
get_browser();

echo 
'Browser: ' $browser->browser "<br />\n";
echo 
'Version: ' $browser->version;

?>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Your Own Profitable and VERY unique eBusiness Voltaire General Advertisements 3 03-30-10 06:36 AM
trying to find a php script to be able to limit inventory in and eshop debidreams HotScripts Site Bug Reports 0 09-10-05 12:36 PM
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM
Run PHP Script Within PHP Script Reg PHP 1 06-29-04 09:09 AM
100 Web Templates & 10 PHP Scripts for sale! HostersUK.co.uk General Advertisements 0 01-10-04 12:31 AM


All times are GMT -5. The time now is 11:38 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.