From f4329580fc304e6bdd2581b291d8fa8498a296c7 Mon Sep 17 00:00:00 2001 From: Sharayu Markunde Date: Thu, 18 Jan 2024 19:29:46 +0530 Subject: [PATCH] first commit --- add-new.php | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ db_conn.php | 14 +++++++ delete.php | 11 ++++++ edit.php | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++ index.php | 79 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 303 insertions(+) create mode 100644 add-new.php create mode 100644 db_conn.php create mode 100644 delete.php create mode 100644 edit.php create mode 100644 index.php diff --git a/add-new.php b/add-new.php new file mode 100644 index 0000000..9a571af --- /dev/null +++ b/add-new.php @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + CRUD Application + + + + + +
+
+

Add New User

+

Complete the form below to add a new user

+
+ +
+
+
+
+ + +
+ +
+ + +
+
+ +
+ + +
+ +
+ +   + + +   + + +
+ +
+ + Cancel +
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/db_conn.php b/db_conn.php new file mode 100644 index 0000000..f1daf85 --- /dev/null +++ b/db_conn.php @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + + + + + + + PHP CRUD Application + + + + + +
+
+

Edit User Information

+

Click update after changing any information

+
+ + + +
+
+
+
+ + +
+ +
+ + +
+
+ +
+ + +
+ +
+ +   + > + +   + > + +
+ +
+ + Cancel +
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..0df3d2e --- /dev/null +++ b/index.php @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + PHP CRUD Application + + + + + +
+ + ' . $msg . ' + +
'; + } + ?> + Add New + + + + + + + + + + + + + + + + + + + + + + + + +
IDFirst NameLast NameEmailGenderAction
+ " class="link-dark"> + " class="link-dark"> +
+ + + + + + + + \ No newline at end of file