Add usefull features to Full PHP Browser Detection
Sebastien
Status: New User - Welcome
Joined: 31 Dec 2008
Posts: 1
Reply Quote
hello,

I found your Full PHP Browser Detection script and it's a very good script !

But some features are missing.
Your script is oriented for 'Developer' to do special browser tricks and not for other uses like reporting.

Indeed, I think it would be very usefull and it will be very easy to add full os and browsers names like 'Windows XP', 'Windows Vista' or 'Firefox 3.0.5' instead of 'nt 5.1', etc...
You just have to add new parameters to your function like browser_full_name, $os_full_name or browser_real_name, os_real_name...

I'm developing a reporting application and I have to make statistics of os and browsers with only the user-agent. (So I can't use your javascript script version)
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
You are exactly right, the php browser detection script is designed for developers to use for whatever purpose they want, ie, it's a library file to plug in or modify if you wish.

It's not particularly realistic in my experience to try to extract the full working names in many cases, some, yes, but not all, and the data in general isn't very reliable.

There is a computer information module that does more or less what you want, that's why it's offered.

But php browser detection will remain a core library tool for developers to use in whatever way they want, including modifying it as they like, keeping in mind of course always that this is GPL 3 code, so any distributed changes must be published, and ideally, it would be nice to get a sample here in case there are any good ideas to integrate.
Back to top
englishextra
Status: Interested
Joined: 25 Dec 2007
Posts: 11
Location: Moscow, Russian Federation
Reply Quote
Better change variable i_count to somewhat else to avoid php notices

on line 567 and 582 in this famous and very useful script:

techpatterns.com/downloads/php_browser_detection.php
Back to top
Display posts from previous:   

All times are GMT - 8 Hours