14/03/2012, 06:09
|
| | | Fecha de Ingreso: septiembre-2010 Ubicación: München
Mensajes: 2.445
Antigüedad: 14 años, 2 meses Puntos: 331 | |
Respuesta: Insertar tabla html en echo php
Código PHP:
Ver original<?php $tabla = "<table>"; while(xxxx) { $tabla .= "<tr><td>{$campo} {$campo1}</td></tr>"; } $tabla .= "</table>"; echo $tabla; ?>
__________________ Fere libenter homines, id quod volunt, credunt. |