Saturday February 26th 2005, 9:46 am
Filed under: PHP
Filed under: PHP
I have been tinkering with PHP for a couple days now. It is an interesting language, I am enjoying my experience with it thus far, I can already do some useful things with it. I have implemented a trivial login feature on my secondary pages that stores a cookie for a submitted name, and email address, and then displays your HTTP_USER_AGENT and your remote IP address. No big deal, just learning the language.
But in this tinkering I came across a useful resource. Here is a list of User Agent Strings. I will try and hook the TSV version into my php to display a common name form of the agent you are using to peruse this site.
0 Comments