<?php if ($string == 123){ echo "<b>the variable string is set to 123</b>"; } ?>
<html><body> <b>here's some text that always displays.</b> <?php //put your php code here ?> </body></html>