View Single Post
  #3 (permalink)  
Old 01-13-2008, 06:43 PM
beastilio beastilio is offline
Newbie
 
Join Date: Apr 2007
Posts: 10
Credits: 0
Rep Power: 0
beastilio is on a distinguished road
Default

Quote:
Originally Posted by Sidewinder View Post
In PHP this is the user agent:
PHP Code:
$_SERVER['HTTP_USER_AGENT'
You could also use this function: get_browser()

Working great! Thanks!
Reply With Quote