Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/02/2004, 04:25
Avatar de jercer
jercer
 
Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 20 años, 6 meses
Puntos: 13
<table>
<tr>
<th>Item</th>
<th>Valor</th>
<th>Puntaje</th>
</tr>
<?php //El bucle de php ?>
<tr>
<td><?php echo %item; ?></td>
<td><?php echo %valor; ?></td>
<td><?php echo %puntaje; ?></td>
</tr>
<?php //fin del bucle ?>