Re: [PHP] why isn't get_browser() not working?

2001-05-01 Thread Chris Adams
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

[PHP] why isn't get_browser() not working?

2001-04-30 Thread elias
hello. i'm trying to detect what browser version is there...i'm using get_browser() as it was documented: $t = get_browser(); var_dump($t); and all i can get like output is: bool(false) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [PHP] why isn't get_browser() not working?

2001-04-30 Thread Mark Roedel
-Original Message- From: elias [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 1:05 PM To: [EMAIL PROTECTED] Subject: [PHP] why isn't get_browser() not working? hello. i'm trying to detect what browser version is there...i'm using get_browser() as it was documented

Re: [PHP] why isn't get_browser() not working?

2001-04-30 Thread Joe Sheble (Wizaerd)
You have a browsecap.ini file and it is in the correct location? At 11:04 AM 4/30/01 -0700, elias wrote: hello. i'm trying to detect what browser version is there...i'm using get_browser() as it was documented: $t = get_browser(); var_dump($t); and all i can get like output is: bool(false)