From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- addcomm.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 addcomm.php (limited to 'addcomm.php') diff --git a/addcomm.php b/addcomm.php new file mode 100644 index 0000000..6dbc29a --- /dev/null +++ b/addcomm.php @@ -0,0 +1,32 @@ + +prepare($sql); +$stmt->bind_param('i', $_POST['persid']); +$stmt->execute(); +$stmt->reset(); +$mysqli->close(); + +echo "1"; + +exit(0); -- cgit v1.3.1