![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/12/2005, 12:29
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 217
Antigüedad: 19 años, 8 meses Puntos: 5 | |
supongo que es esto lo que buscas,
/////////
<?
while($registro=mysql_fetch_array($rs_ent)) {
<td width="40">
<a href="<?php echo $registro['enlace']) ?>"><?php echo $registro['nombreenlace']) ?> </a>
</td>
}?> |