commit f4329580fc304e6bdd2581b291d8fa8498a296c7 Author: Sharayu Markunde Date: Thu Jan 18 19:29:46 2024 +0530 first commit 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