Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/02/2004, 03:20
Avatar de epplestun
epplestun
 
Fecha de Ingreso: octubre-2001
Mensajes: 1.621
Antigüedad: 22 años, 5 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