File "mail-recu.htm"
Full path: /home/argothem/www/memo/site/site/mail-recu.htm
File size: 561 bytes
MIME-type: text/html
Charset: utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Document sans nom</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body><?php
$TO = "argotheme@caramail.com";
$h = "From:argotheme@caramail.com " . $TO;
$message = "argotheme@caramail.com";
while (list($key, $val) = each($HTTP_POST_VARS)) {
$message .= "$key : $val\n";
}
mail($TO, $subject, $message, $h);
Header("Location: http://<www.argotheme./reponse.html>");
?>
</body>
</html>