I need to add to this :
<tr>
<td class="content">Total Accounts :</td>
<td align="center"><?php print("$membercount"); ?></td>
</tr>
I need to manual add 20 or so to the membercount. Excuse my limited knowledge....
so basically I need it to show "membercount" + 20 on top of that number. Is that possible to do from these lines?