C:\Users\Packard Bell\Desktop\Mail_informations-ancienne-version.php vendredi 24 janvier 2014 17:15

image

<?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" );


?>


image

-1-