10/10/2005, 14:24
|
| | | Fecha de Ingreso: mayo-2005
Mensajes: 45
Antigüedad: 19 años, 5 meses Puntos: 0 | |
este es el script que coloca en el resumen para realizar el enlace a la page notidetalle.php y el codigo que me haz dao lo coloco en donde.. ah.. en notidetalle... verdad??
<?php do { ?>
<tr>
<td height="21" colspan="2" class="cssv3-contnoti"><?php echo $row_notidetalle['titulo']; ?></td>
<td width="1"> </td>
<td rowspan="2" valign="top"><div align="center"><img src="../archivo/imagen/<?php echo $row_notidetalle['imagen']; ?>" width="129" height="111" border="0"></div></td>
</tr>
<tr>
<td colspan="3" valign="top" class="cssv3-01"><a href="notidetalle.php?id=<?php echo $row_notidetalle['id']; ?>"><?php echo $row_notidetalle['noticia']; ?></a><br /> </td>
</tr>
<?php } while ($row_notidetalle = mysql_fetch_assoc($notidetalle)); ?>
__________________ Developer Web Téc. Informática y Sistemas Luis Angel Sebasiani Terrones Diseño, Desarrollo Web y Multimedia - Publicidad Online http://www.publinet92.com |