![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/02/2004, 03:20
|
![Avatar de epplestun](http://static.forosdelweb.com/customavatars/avatar5456_1.gif) | | | Fecha de Ingreso: octubre-2001
Mensajes: 1.621
Antigüedad: 23 años, 3 meses Puntos: 5 | |
Código PHP: <?php
$msg = "nombre: $name\r\n";
$msg .= "email: $email\r\n";
$msg .= "telefono: $tel\r\n";
$msg .= "comentario: $comentario";
$header = "FROM: $email\r\n";
$header .= "MIME-Version: 1.0\r\n";
$header .= "Content-type: text/html; charset=iso-8859-15\r\n";
if(mail("[email protected]", $subject, $msg, $header)) {
echo "&respuesta=gracias";
}
?>
__________________ Usuario registrado de Linux #288725 |