forked from rebillar/site-accueil-insa
test
This commit is contained in:
parent
295e26d64e
commit
7f0f8164be
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if($user['perm'] < 3) {
|
|||
|
||||
echo "set";
|
||||
$mot = htmlspecialchars($_POST["mot"]);
|
||||
echo "htsp";
|
||||
echo $mot;
|
||||
$req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)");
|
||||
echo "prep";
|
||||
$req->execute(array($mot,FALSE));
|
||||
|
|
Loading…
Reference in a new issue