I run across this constantly, render some HTML if the browser is IE and some other if FFX (or mac, opera, etc).
This is what I use (pardon the missing underscores)
if(ereg("msie", strtolower($SERVER['HTTPUSERAGENT']))) { }
Anyone know a shorter way? (I use PHP but, just for the heck of it, i'd love to see non-PHP code as well who knows maybe there's some lisp "browser ie" syntax)
/mp