![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/11/2002, 04:50
|
![Avatar de Cain](http://static.forosdelweb.com/customavatars/avatar9591_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años, 1 mes Puntos: 17 | |
echo "<table>";
while ($row = mysql_fetch_row($result)){
echo "<td><a href="pagina.php?id=$row[0]>$row[1]</a></td>";
}
echo "</table>"; |