Comunidad de diseño web y desarrollo en internet online

formulario php

Citar            
MensajeEscrito el 08 Abr 2010 10:59 am
Hola a todos,

tengo este formulario al que quisiera agregarle otro destinatario pero quiero que sea oculto, aqui esta el codigo. Sugerencias, opiniones? Muchas gracias.


<?
if (!empty($_POST['nombre']) && !empty($_POST['telefono']) ) {
if ( $_POST['email'] )
$origen = strtr($_POST['email'],"\r\n\t",'???');
else
$origen = '[email protected]';

$headers = "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";
$headers .= "From: [email protected]";

$asunto = "INFORMACIÓN";

$mensaje = "<html><head></head><body>";
$mensaje .= "Información<br><br>";
$mensaje .= "Nombre: ".$_POST['nombre']."<br>";
$mensaje .= "Teléfono: ".$_POST['telefono']."<br>";
$mensaje .= "E-Mail: ".$origen."<br>";
$mensaje .= "</body></html>";

mail(" [email protected]", $asunto, $mensaje, $headers);
?>

Por ed mango

5 de clabLevel



 

firefox
Citar            
MensajeEscrito el 08 Abr 2010 11:29 pm
Usa una cabecera BCC(blind carbon copy)

Por shakka

Claber

189 de clabLevel

2 tutoriales

Genero:Masculino  

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.