Event Backend für das AdminPanel

This commit is contained in:
R40fendt
2026-01-05 21:46:00 +01:00
parent 30d6466bfb
commit 0b605746f8
5 changed files with 82 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ $data = json_decode($rawBody, true);
if($data===null) die("Kein Body übertragen");
var_dump($data);
$formexists=mysqli_execute_query($db_id,"SELECT COUNT(*) FROM `formulare` WHERE `id`=?;",[$data["id"]])->fetch_assoc()["COUNT(*)"]==1;