![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/03/2004, 10:33
|
| | Fecha de Ingreso: marzo-2004 Ubicación: Santiago
Mensajes: 14
Antigüedad: 20 años, 10 meses Puntos: 0 | |
ya me funco le cambie esto
$i=1;
foreach($itemsEnCesta as $k => $v){
echo ''.$k.'';
if($i==5)
{
echo "<br>";
$i=0;
}
$i++;
}
}
y funco de una grax por tu respuesta y ayuda :)
Saludos |