Tema: links
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/12/2005, 12:29
klyfa
 
Fecha de Ingreso: mayo-2005
Mensajes: 217
Antigüedad: 18 años, 10 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>

}?>