My code at: http://www.mgxvideo.com/mgxcopy-dev/get_browser.php, returns Opera when I run IE8. My source is:
<?php
$browser = get_browser(null, true);
echo $browser['browser'];
?>
|
|
My code at: http://www.mgxvideo.com/mgxcopy-dev/get_browser.php, returns Opera when I run IE8. My source is:
|
||||||
|
|
|
It doesn't. The The real IE8 user-agent string looks something like this:
|
|||
|
|
|
|
You should use a lower-level tool, like a packet trace or server logging or a header dump to see what is being sent. |
||
|
|