table html with PHP
[email protected] (Emiliano Boragina)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone,
I need to know how do I do a two columns table with a register per cell.
<table....>
<tr>
<?php
$i = 0;
while(array)
{
echo "<td>$varible[0]</td>";
}
j++
if j > 2
echo "</tr>"
?>
</table>
this dont work very well.
Thanks a lot