This commit is contained in:
thaaoblues 2023-07-02 19:41:07 +02:00
parent 295e26d64e
commit 7f0f8164be

View file

@ -27,7 +27,7 @@ if($user['perm'] < 3) {
echo "set"; echo "set";
$mot = htmlspecialchars($_POST["mot"]); $mot = htmlspecialchars($_POST["mot"]);
echo "htsp"; echo $mot;
$req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)"); $req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)");
echo "prep"; echo "prep";
$req->execute(array($mot,FALSE)); $req->execute(array($mot,FALSE));