QUIEN ME PUEDE EXPLICAR COMO HAGO UN LINK DE UN CAMPO DE LA BASE DE DATOS CON MI PAGINA PHP PARA QUE ESE LINK ME LLEVE AL CORREO DE DICHA PERSONA,ALGUIEN ME PUEDE ORIENTAR PLISSS Y SI TODAVIA ME FALTA ALGO, PORQUE LA VERDAD NO SE COMO
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
POR EJEMPLO:
EL CORREO SEA [email protected] QUE ASI ME DE CUANDO HAGO LA BUSQUEDA, LES MUESTRO EL CODIGO,
<div id="Layer2" style="position:absolute; width:811px; height:43px; z-index:3; left: 8px; top: 255px; background-color: #31619C; layer-background-color: #31619C; border: 1px none #000000;">
<table width="800" border="0" align="center" id="tabla">
<tr class="Estilo4">
<th scope="col"><div align="center" class="Estilo16">Nombre</div></th>
<th scope="col"><div align="center" class="Estilo17">Puesto</div></th>
<th scope="col"><div align="center" class="Estilo17">Dirección</div></th>
<th scope="col"><div align="center" class="Estilo17">Teléfono</div></th>
<th scope="col"><div align="center" class="Estilo17">Correo electrónico</div></th>
</tr>
<?PHP while($row_rs_x=mysql_fetch_assoc($rs_x)){ ?>
<tr>
<th scope="col"><div align="center" class="Estilo13 Estilo14">
<div align="justify"><?PHP echo $row_rs_x["nombre"]; ?> </div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="justify"><?PHP echo $row_rs_x["puesto"]; ?></div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="center"><?PHP echo $row_rs_x["ubicado"]; ?></div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="left"><?PHP echo $row_rs_x["telefono"]; ?></div>
</div></th>
<th scope="col"><div align="center" class="Estilo18">
<div align="left"><?PHP echo $row_rs_x["correo"]; ?></div>
</div></th>
</tr>
<tr>
<?PHP } ?>
</table>
<div id="Layer3" style="position:absolute; left:201px; top:242px; width:410px; height:23px; z-index:5;">
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)