Ver Mensaje Individual
  #18 (permalink)  
Antiguo 17/11/2006, 13:06
nerom
 
Fecha de Ingreso: noviembre-2006
Mensajes: 11
Antigüedad: 17 años, 5 meses
Puntos: 0
archivos php

</head>

<body><?php

$mail='[email protected]';


$nombre = $_POST['nombre'];
$email = $_POST['email'];
$msg = $_POST['msg'];

$thank="index.html";

$message = "
nombre:".$nombre."
email:".$email."
msg:".$msg."";

if (mail($mail,"consulta",$message))
Header ("Location: $thank");

?>
</body>
</html>

me estoy rompiendo la cabeza
Gracias`por la ayuda