From 628c97aaf508bbd615ef3a500f22fcdd1ca00f4d Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 11:49:02 +0500 Subject: Initialize --- add_user.php | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 add_user.php (limited to 'add_user.php') diff --git a/add_user.php b/add_user.php new file mode 100644 index 0000000..652de82 --- /dev/null +++ b/add_user.php @@ -0,0 +1,50 @@ + + + + Qarz daftarcha + + + + + + + + + +
+

Qoshish

+
+
+ + + + + + +
+ +
+
+ +query($sql); + + if ($result === TRUE) { + header("Location: index.php"); + } else { + echo "Error: " . $sql . "
" . $conn->error; + } +} + +?> + + + -- cgit v1.2.3