Re: Show data in two columns

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux