String mail

This commit is contained in:
Bertrand Cournaud 2012-05-21 17:15:25 +02:00
parent 70408e54e0
commit 970b236363

View File

@ -16,7 +16,7 @@ if (isset ($_POST['send']))
echo 'La question est : ' . $question . "<br/>";
echo 'La réponse est : ' . $answer;
mail("bertrand.cournaud@gmail.com", "Nemubot", "Ceci est un test");
mail('bertrand.cournaud@gmail.com', 'Nemubot', 'Ceci est un test');
}
}