RE: [PHP-DB] getting client browser info

2003-01-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Mignon Hunter [mailto:[EMAIL PROTECTED]] > Sent: 20 January 2003 18:40 > > Ah, but I wasnt at a mozilla browser, I was accessing this > script from a > ie browser client. Let me repeat -- that was the IE browser *masquerading* as Mozilla-compatible. ALL ver

RE: [PHP-DB] getting client browser info

2003-01-20 Thread Mignon Hunter
Ah, but I wasnt at a mozilla browser, I was accessing this script from a ie browser client. >From my mozillia client I get the following: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020918 browser The script sits on an apache web server? On Mon, 2003-01-20 at 12:29, Ford, Mike [L

RE: [PHP-DB] getting client browser info

2003-01-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Mignon Hunter [mailto:[EMAIL PROTECTED]] > Sent: 20 January 2003 17:05 > > Does anyone know of script or tutorial to point me to that can obtain > client browser info, (got that part) > > but then using php, be able to use if statements to distinguish what > t

RE: [PHP-DB] getting client browser info

2003-01-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Mignon Hunter [mailto:[EMAIL PROTECTED]] > Sent: 20 January 2003 16:32 > > Question: Why is it that from an IE client I get the following: > > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) > > Why does it say mozilla ??? The clue here is in the next wo

Re: [PHP-DB] getting client browser info

2003-01-20 Thread Mignon Hunter
Hey guys, Does anyone know of script or tutorial to point me to that can obtain client browser info, (got that part) but then using php, be able to use if statements to distinguish what they're using. example msie 5.1 - netscape - aol...And act upon it. I know the logic but am clueless on the c

[PHP-DB] getting client browser info

2003-01-20 Thread Mignon Hunter
Thanks everybody. That is what I was needing. Question: Why is it that from an IE client I get the following: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Why does it say mozilla ??? Here's my code: Your are currently using: You are using : browser btw - Both produce the same. I

RE: [PHP-DB] getting client browser info

2003-01-20 Thread zmn
maandag 20 januari 2003 16:05 Aan: [EMAIL PROTECTED] Onderwerp: [PHP-DB] getting client browser info Hello all, I need a quick script to get the client's browser make and model. ie 5 ns 4.7 etc. I've found some info in two books but no examples of how to use it to get your visitors in

Re: [PHP-DB] getting client browser info

2003-01-20 Thread bbonkosk
Well, it is a global variable/defined by PHP write a script like this: and run it. This shoudl shed some light on the situation... -Brad > Hello all, > > I need a quick script to get the client's browser make and model. > ie 5 ns 4.7 etc. > > I've found some info in two books but no examples

Re: [PHP-DB] getting client browser info

2003-01-20 Thread Jeffrey_N_Dyke
.com> cc: Subject: [PHP-DB] getting client browser info 01/20/2003

[PHP-DB] getting client browser info

2003-01-20 Thread Mignon Hunter
Hello all, I need a quick script to get the client's browser make and model. ie 5 ns 4.7 etc. I've found some info in two books but no examples of how to use it to get your visitors info. Not coming up with anything helpful on the php site - will continue to look. If anyone has done this and/