hey guys,
here’s the situation.
I have a list of user agents saved in my database. How determine if this user agent is FF or IE?
Example
i have this saved on my database
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 1.1.4322)
How can i determine that this user agent is IE8
Thanks and more power!~
I don’t know…but I think “MSIE 8.0” is a dead give away…no?
How about you don’t detect and redirect and make your site work for everyone equally.
What you’re doing is as insulting to the end user as those JavaScript resolution redirect scripts. 
ok my bad, but i think you got it wrong.
what i wanna do is to count all occurrences of IE,FF,OPERA,SAFARI,CHROME etc in my database. All i got save in there is their full user agent string.
but anyway peaceout! thanks and more power!~