Ver Mensaje Individual
  #21 (permalink)  
Antiguo 15/07/2015, 10:55
Avatar de chronos682
chronos682
 
Fecha de Ingreso: febrero-2004
Ubicación: Tunja - Boyacá - Colombia
Mensajes: 627
Antigüedad: 21 años, 1 mes
Puntos: 69
Respuesta: No entiendo el fallo

Colócalo así a ver si funciona:

Código PHP:
Ver original
  1. <?php
  2. while ($row=$consulta->fetch_array())
  3. {
  4. echo '<tr><td>'.$row["cliente"].'</td>';
  5. echo '<td>'.$row["prenda"].'</td>';
  6. echo '<td>'.$row["precio"].'</td></tr>';
  7. }
  8. ?>
__________________
Si te gustó la respuesta dale +1

HERNÁN G. SIABATO M.
[email protected]