Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/12/2007, 09:59
ariesagv
 
Fecha de Ingreso: septiembre-2007
Mensajes: 93
Antigüedad: 17 años, 4 meses
Puntos: 0
Pregunta Como Hacer Un Link De Un Campo De La Base De Datos Con Una Pag Php

HOLA A TODOS
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

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&oacute;n</div></th>
<th scope="col"><div align="center" class="Estilo17">Tel&eacute;fono</div></th>
<th scope="col"><div align="center" class="Estilo17">Correo electr&oacute;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;">