$browser_id = array ( /*"opera 5", "opera/5", "opera 6", "opera/6",
"opera 7", "opera/7", "netscape/7", "netscape/6", "netscape6",
"konqueror", "galeon", "safari", "camino",
"firefox", "firebird", "phoenix",*/
"msie 6", /*"msie 5.5", "ie 5.5", "internet explorer 5.5",
"msie 5", "msie 4",
"mozilla/5", "mozilla/4", "mozilla/3", */"avant browser",
"internet explorer/6", "internet explorer 6");
$brow = strtolower($HTTP_USER_AGENT);
$n=0;
do
{
$b = strchr($brow,$browser_id[$n]);
$n=$n+1;
}while ((!$b) && ($n
Un peu de patience ...