Looks like they've done something like the following:

while (row = data output from db) {
print the following:
<table><tr>
<td width=50%>
<table><tr><td>row1</td></tr></table>
<table><tr><td>row2</td></tr></table>
<table><tr><td>row3</td></tr></table>
</td>
<td width=50%>
<table><tr><td>row4</td></tr></table>
<table><tr><td>row5</td></tr></table>
<table><tr><td>row6</td></tr></table>
</td>
</tr>
</table>
}

Check out their source html as a start...

Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to