Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/09/2007, 17:11
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
Re: duda hacia abajo --

Prueba asi:
Código PHP:
if ( ($id %5) == 0) {
echo "<tr>......";

Eso hara que cada que $id sea multiple de 5 te agregue el <tr>

Saludos.