Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/03/2012, 06:09
Avatar de repara2
repara2
 
Fecha de Ingreso: septiembre-2010
Ubicación: München
Mensajes: 2.445
Antigüedad: 13 años, 7 meses
Puntos: 331
Respuesta: Insertar tabla html en echo php

Código PHP:
Ver original
  1. <?php
  2. $tabla = "<table>";
  3. while(xxxx)
  4. {
  5.     $tabla .= "<tr><td>{$campo} {$campo1}</td></tr>";
  6.     }
  7. $tabla .= "</table>";
  8.  
  9. echo $tabla;
  10. ?>
__________________
Fere libenter homines, id quod volunt, credunt.