test ville

This commit is contained in:
Theo Mougnibas 2023-09-03 12:55:02 +02:00
parent 698f3c5226
commit 3ca788a399

View file

@ -70,7 +70,7 @@ if(isset($_POST['add_epreuve'])){
}
}
echo "avant bdd";
$_POST['est_finale'] = $_POST['est_finale'] == 'on' ? 1 : 0;
$req = $db->prepare("INSERT INTO ville_epreuve(indice,reponse,photo,id_equipe,est_finale,ordre,est_trouvee) VALUES(?,?,?,?,?,?,?)");