Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/04/2006, 11:57
robandrox
 
Fecha de Ingreso: abril-2005
Mensajes: 287
Antigüedad: 19 años
Puntos: 0
Pues algo asi:

Código PHP:
<table>
while( 
$row mysql_fetch_array ($result) ){
 <
tr>
 foreach(
$row as $valor)
 {
 <
td>$row['valor']</td>
 <
td>$row['otrovalor']</td>
 }
 </
tr>

}
</
table
con los correspondientes echo,comillas,...