diff --git a/admin/mots_croises.php b/admin/mots_croises.php index ddcede3..56cf793 100644 --- a/admin/mots_croises.php +++ b/admin/mots_croises.php @@ -25,8 +25,11 @@ if($user['perm'] < 3) { if(isset($_POST["AJ_MOT"])){ + echo "set"; $mot = htmlspecialchars($_POST["mot"]); + echo "htsp"; $req = $db->prepare("INSERT INTO mots_croise(name,trouve) VALUES(?,?)"); + echo "prep"; $req->execute(array($mot,FALSE)); }