
21/11/2012, 10:55
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses Puntos: 2135 | |
Respuesta: contador de filas
Código PHP:
Ver original$fila = 1; do { ?> <td><?php echo $fila; ?></td> <?php $fila++; } while ($stuff);
|