OK, hopefully last question here...
I'd have to build the page similair to this...
<HTML>
<HEAD>
<TITLE> <?php echo $ex;?>
</TITLE>
<BODY>
#lot's of plain HTMLS
#
#
#end of HTMLs
<?php for ( $ .... //some php process ?>
</BODY>
</HTML>
Is this accurate? And what would go into the {if ' ' } section?