![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/02/2004, 04:25
|
![Avatar de jercer](http://static.forosdelweb.com/customavatars/avatar44373_1.gif) | | | Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 21 años, 3 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 ?> |