From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- delstipdo.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 delstipdo.php (limited to 'delstipdo.php') diff --git a/delstipdo.php b/delstipdo.php new file mode 100644 index 0000000..c1695ba --- /dev/null +++ b/delstipdo.php @@ -0,0 +1,41 @@ + +prepare($sql); + $stmt->bind_param("i", $_POST['id']); + $stmt->execute(); + echo $mysqli->affected_rows; + $stmt->reset(); +} else { + echo "Ungültiger Aufruf (@2)."; +} + +exit(0); -- cgit v1.3.1