![](http://img12.imageshack.us/img12/7932/tablar.png)
se como hacerlo, pero no se como hacerlo de esta manera
a como lo tengo es:
Código PHP:
<?php
while($row=mysql_fetch_array($result))
{
?>
<a href="<? echo $row[buzz];?>" TARGET="_parent"><h2><? echo $row[titulo];?></h2><br>
<img width="180" height="180" src="<? echo $row[url];?>" /></a>
<h3>Calificacion</h3>
<?php echo rating_bar("$row[titulo]",''); ?> //esto es de un rating, no influye en nada xd
<?
}
mysql_free_result($result)
?>
lo quiero algo asi
Código:
<tr> <td>imagen, titulo...</td> <td>imagen, titulo...</td> <td>imagen, titulo...</td> </tr> <tr> <!-- como ago esto WTF --> <td>imagen, titulo...</td> <td>imagen, titulo...</td> <td>imagen, titulo...</td> </tr> se repite blablabla....