HTTP_USER_AGENT returns platform info as well doesn't it...?? > -----Original Message----- > From: Andre Dubuc [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 10:10 AM > To: [EMAIL PROTECTED] > Subject: [PHP] NS4.x / IE3.0 Browser Detection > > > I need to differentiate between different versions of NS4, particularly > the ones that are used by Mac. So far, I've used the following to detect > variants: > > if(eregi("(Mozilla/4.[0-8][0-9])",$_SERVER['HTTP_USER_AGENT'])) > > However, I'm aware that it will not distinguish between PC and > Mac-based NS4. > My question is: what versions of NS (if any) do Mac's use? I've used the > following to detect IE3.0 users: > > if(eregi("(mozilla/3.0)",$_SERVER['HTTP_USER_AGENT'])) > > Is this correct? > > Any insights or advice most welcome. > Tia, > Andre > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php