C:\Users\Packard Bell\Desktop\Mail_informations-ancienne-version.php vendredi 24 janvier 2014 17:15
<?php
$TO "phil.233@aephilplan. ";
$h = "From: " . $TO ;
$message = "";
while (list ($key, $val ) = each ($HTTP POST VARS ))
$message "$key : $val\n" ;
mail ($TO, $subject , $message , $h);
Header ("Location: http://aephilplan. /traitement.php" );
?>
-1-