![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/01/2009, 09:22
|
![Avatar de wilder21](http://static.forosdelweb.com/customavatars/avatar274082_1.gif) | | | Fecha de Ingreso: noviembre-2008
Mensajes: 36
Antigüedad: 16 años, 2 meses Puntos: 0 | |
Respuesta: Problema en tabla HTML al presentar busqueda lo que puedes hacer es:
if ($row[1]=='') echo "<td> </td>"; else echo "<td>".$row[1]."</td>";
if ($row[2]=='') echo "<td> </td>"; else echo "<td>".$row[2]."</td>";
.............
y asi para tus 11 rows.. |