Is there any way to differentiate IE7 versus IE6 using PHP's get_browser() function?
|
|
|
|
|
|
|
You can do so as such:
A quick look to the official |
||
|
|
|
There are 2 bugs in the first code. |
||
|
|
|
|
I found a different, really simple solution for a PHP IE6 conditional that I was able to edit for my own purposes:
The full script can be found here: |
||
|
|
|
|
If your logic is to decide what stylesheets or scripts to include, it maybe worth going the HTML route of conditional comments:
That way you get around any custom browser strings and the like. More info at QuirksMode. |
||
|
|
|
|
Here's a complete example taken from http://www.tuxradar.com/practicalphp/16/5/0
|
||
|
|
