I would like to put PHP around a block of HTML code without having to do an "if (x) {}" where i have to print out every line of HTML or put it in quotes.
I know i can use PRINT to span multiple lines, but i'd rather just leave the HTML as it is and put blocks around it.
Make sense?
Thanks!
Example:
<SOME IF BLOCK>
regular html...
regular html
<END SOME IF BLOCK>
<ANOTHER IF BLOCK>
regular HTML...
regular HTML...
<END ANOTHER IF BLOCK>