Hi
This may not be a php matter but i'm wondering if it can be done?
I have a table like the following:
<table>
<tr>
<td>1</td>
<td>2</td>
</tr>
<tr>
<td>7</td>
<td>9</td>
</tr>
<tr>
<td><<SUM OF THIS COLUMN (8)>></td>
<td><<SUM OF THIS COLUMN(11)>></td>
</tr>
</table>
I hope you understand what it is im asking. This is easy to do in mysql however can it be done in standard html/dhtml ?
Thanks