bool IsIE()
Returns true, if the current visitor browser is "MS Internet Explorer", otherwise returns false.
<? if (IsIE()) echo "You are using MS Internet Explorer"; ?>