Switching modes

<? if(strstr($HTTP_USER_AGENT,"MSIE")) { ?>
<b>You are using Internet Explorer</b>
<? } else { ?>
<b>You are not using Internet Explorer</b>
<? ?>

Output:

You are not using Internet Explorer