
08/05/2008, 13:49
|
| | Fecha de Ingreso: febrero-2006
Mensajes: 858
Antigüedad: 19 años, 1 mes Puntos: 4 | |
Re: Ocultar y mostrar filas de una tabla en PHP <?
if(isset($_POST['TuCampo'])) {
?>
<tr>
<td colspan="2" bgcolor="#FAF3D9"><div align="center"><strong><?php echo($tipoEvento);?>: <br>
<?php echo($titulo);?></strong></div></td>
</tr>
<?
}
__________________ *La amistad se multiplica cuando se divide* |