I was wondering, mostly because I think I've seen it before somewhere, if it is possible to store HTML within a variable, something like the following (I know this makes no sense, it's just to clarify my question):
<? $var = ' ?>
text goes here
<? '; ?>
And then $var would equal text goes here
echothe data where it should be. It is a better separation of logic and presentation.