Ver Mensaje Individual
  #7 (permalink)  
Antiguo 21/07/2015, 09:41
Avatar de chronos682
chronos682
 
Fecha de Ingreso: febrero-2004
Ubicación: Tunja - Boyacá - Colombia
Mensajes: 627
Antigüedad: 20 años, 2 meses
Puntos: 69
Respuesta: ¿hacer esto es posible en base de datos?

Y aquí es donde debes insertar el input checkbox:

Cita:
Iniciado por xfxstudios Ver Mensaje
Código PHP:
Ver original
  1. <?php
  2.                
  3.  echo "<table style='border: solid 1px black;'><tr><th>cliente</th><th>cédula</th><th>telfono</th><th>mail</th><th>pedido</th><th>banco</th><th>medio</th><th>monto</th><th>estado</th><th>municipio</th><th>zonapostal</th><th>ciudadpueblo</th></tr>";
  4.  
  5.  
  6. while ($fila = mysql_fetch_array($resultado))
  7.  
  8. {
  9.                 echo "<tr><td>####Aqui va el input checkbox como te lo puse en el codigo####</td><td>". $fila['cliente']." </td> <td>". $fila['cedula']." </td> <td>". $fila['telefono']." </td> <td>". $fila['mail']." </td> <td>". $fila['pedido']." </td> <td>". $fila['emisor']." </td> <td>". $fila['medio']." </td> <td>". $fila['monto']." </td> <td>". $fila['estado']." </td> <td>". $fila['municipio']." </td> <td>". $fila['zonapostal']." </td> <td>". $fila['ciudadpueblo']." </td></tr>";
  10.  
  11. }
  12.  
  13.                 echo "</table>";
  14.  
  15. ?>
__________________
Si te gustó la respuesta dale +1

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