On 30 Apr 2001 00:51:13 -0700, elias <[EMAIL PROTECTED]> wrote:
> hello.
> i'm trying to detect what browser version is there...i'm using get_browser()
> as it was documented:
> 

Check to see if your browscap file is being picked up - try something like this:

        echo count(file(ini_get("browscap"));

If that works, you're probably the latest victim of the way get_browser() has
been fixed and rebroken in various versions and ports.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to