<?
if (isset($saveecg)){
$destinatario ="[email protected]; [email protected]";
$nom = $_POST['Nombres'];
$telf = $_POST['Telefono'];
$pais = $_POST['Pais'];
$correo = $_POST['Correo'];
$cuerpo = "<html><body>
<table border=0 style='color:#000066 '>
<tr><td colspan=3><h5><u>Consulta enviada EDGAR CG</u></h5></td></tr>
<tr><td>Nombre</td><td> : <FONT color=red>" . $nom ."</font></td></tr>
<tr><td>Nro Telefono</td><td> : <FONT color=red>" . $telf ."</font></td></tr>
<tr><td>Pais</td><td> : <FONT color=red>" . $pais ."</font></td></tr>
<tr><td>Correo </td><td> : <FONT color=blue><a href=\"mailto:$correo\">" . $correo ."</a></font>
</table></body></html>";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "Bcc: [email protected], [email protected]\r\n";
mail($destinatario,$asunto,$cuerpo,$headers);
}
?>
espero q entiendan... y mil gracias!!!
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)