Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/08/2008, 18:32
sando
 
Fecha de Ingreso: marzo-2006
Mensajes: 110
Antigüedad: 19 años, 1 mes
Puntos: 0
Respuesta: ayuda con salto de linea

No me sigue saliendo igual mas o menos asi:

Cantidad Descripcion Total
2 uno 150 3 dos 250



Cita:
Iniciado por DJJJ Ver Mensaje
prueba asi
Código PHP:
<?php foreach ($todos as $c=>$articulo) { ?>
<th scope="row"><?php 
if ($articulo['ct']!=0){
echo 
nl2br($articulo['ct']);


?></th>
<th scope="row"><?php echo $articulo ['ds'];?><br></th>
<td><?php echo $articulo ['pe'];?><br></td>
<td><?php echo $articulo ['to'];?><br></td>
<?php }

?></th>

<?php ?>

saludos