This commit is contained in:
parent
c128d8a31d
commit
70408e54e0
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ if (isset ($_POST['send']))
|
||||||
|
|
||||||
echo 'La question est : ' . $question . "<br/>";
|
echo 'La question est : ' . $question . "<br/>";
|
||||||
echo 'La réponse est : ' . $answer;
|
echo 'La réponse est : ' . $answer;
|
||||||
|
|
||||||
|
mail("bertrand.cournaud@gmail.com", "Nemubot", "Ceci est un test");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue