<slide title="Switching Modes">
<example result="1" fontsize="1.5em" title="Syntax and switching modes"><![CDATA[<?php if(strstr($_SERVER['HTTP_USER_AGENT'],"MSIE")) { ?>
<b>You are using Internet Explorer</b>
<?php } else { ?>
<b>You are not using Internet Explorer</b>
<?php } ?>]]></example>
</slide>
