Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2012, 10:55
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: contador de filas

Código PHP:
Ver original
  1. $fila = 1;
  2. do {
  3.        ?>
  4. <td><?php echo $fila; ?></td>
  5. <?php
  6.        $fila++;
  7. } while ($stuff);