mars 2010
L Ma Me J V S D
« fév    
1234567
891011121314
15161718192021
22232425262728
293031  

À propos

Votre Nom:
Votre Email:
Sujet:
Commentaires:

$TO = "postmaster@af-picture.coml";

$h = "From: " . $TO;

$message = "";

while (list($key, $val) = each($HTTP_POST_VARS)) {
$message .= "$key : $val\n";
}

mail($TO, $subject, $message, $h);

Header("Location: http://« );

?>