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 know I have to do it
for every possibility, right?
Is there a way for me to do it so that, it only outputs the major browsers
such as Mozilla, Opera, Netscape or IE?

Also, what would I do to parse the OS?

Finally, here is the project I'm working on:
http://members.lycos.co.uk/xtrinity/golucky/image.php

I'm trying to make it like Vipersig:
http://www.danasoft.com/vipersig.jpg

Thanks!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to