Joseph Bannon wrote:

> Does IE use mozilla? I'm writing a PHP script to keep track of user
> agents.
> 
> J.

Have you tried using the get_browser() function? Take a look at it, it'll
make keeping track of user agents must easier. (It was recently given a
facelift in PHP 4.3.3, so try to use that. Versions below 4.3.3 don't
report the user agent as accurately as 4.3.3 and up.)

J

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to