I am trying to move on from simple tabular output:
Code: Select all
<table><tr>
<td>$data</td>
</tr></table>Code: Select all
<table><tr colspan = "3">
<td>$data</td><td>$data</td><td>$data</td>
</tr></table>Can anyone help me with the php fro this?
Thanks in advance!