
18/05/2009, 11:45
|
 | | | Fecha de Ingreso: mayo-2007 Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años, 11 meses Puntos: 6 | |
Respuesta: Hacer que cada 4 celdas agregue 1 fila
Código:
$j=0;
while($categres=mysql_fetch_assoc($result3)){
for($i=0; $i<4; $i++){
echo categres[$j];
$j++;
}
echo "<br />";
}
__________________ "Eres grande por que caminas entre gigantes" |