File "mail-a.htm"
Full path: /home/argothem/www/memo-20240224212532/mail-a.htm
File size: 558 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
if($message){
$email = "moi@truc.com";
$subject = "confirmation";
mail($email, $subject, $message, "From: $email_from\r\nX-Mailer: php");
header("Location: http://www.truc.com/merci.html");}
?>
<form>
Votre mail : <input type=email_from>
Message : <textarea name=message></textarea>
</form>
</body>
</html>