results are something like this:
<table width="<?php echo $tWidth ?>" height="<?php echo $tHeight ?>" border="<?php echo $tBorder ?>" cellspacing="2" cellpadding="3">
<tr>
<td align="CENTER" valign="MIDDLE">
<?php include $thisSection ?>
</td>
</tr>
</table>
this block of string is stored in a "longtext" field in MySQL.