You can also do dynamic content with HTML, by leveraging JavaScript, but the beauty of PHP is that your code remains hidden from the browser.
And
code:
It is <?php if (date("D") !== "Mon") {?>not <?php }?>Monday
is a little more efficient. Though a little harder to read.
Edit:
@ Mike