Re: [PHP] Parsing HTTP_USER_AGENT

2003-08-17 Thread hAj
Greetinx, on 2003.08.17 07:29, AzN at [EMAIL PROTECTED] wrote: > http://www.danasoft.com/vipersig.jpg > Says "I know kung fu.", haha. Strikes me that I'm mistakenly located somewhere in China instead of Japan. ;P hAj ||| ||| || || || || Seij minu

[PHP] Parsing HTTP_USER_AGENT

2003-08-17 Thread AzN
Hello: What I'm trying to do is parse the HTTP_USER_AGENT into formatted text. Here's an example: PHP gets user's browser and OS through with HTTP_USER_AGENT. The output should only say: You are running on Windows XP and using IE6! How would I parse this. One example would be fine. I kno