View Single Post
Old 12-21-2004, 06:56 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,446
sde is on a distinguished road
i prefer server-side because it will work the same everytime.
PHP Code:
<?
echo $_SERVER['HTTP_USER_AGENT'];
?>
then just pull up that page with different browsers and see what u get. it just returns a string. get creative on how you use those strings.
__________________
Mike
sde is offline   Reply With Quote