From 63a55bdd07c8911bb35859b9eaf4b5d7edc6d026 Mon Sep 17 00:00:00 2001 From: njuguna036 Date: Tue, 12 Apr 2022 09:00:04 +0300 Subject: [PATCH] CRUD APLLICATION USING PHP AND MYSQL --- delete.php | 19 ++++++++++++++ display.php | 61 +++++++++++++++++++++++++++++++++++++++++++++ main.css | 14 +++++++++++ update.php | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 165 insertions(+) create mode 100644 delete.php create mode 100644 display.php create mode 100644 main.css create mode 100644 update.php diff --git a/delete.php b/delete.php new file mode 100644 index 0000000..21811e8 --- /dev/null +++ b/delete.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/display.php b/display.php new file mode 100644 index 0000000..4f1e475 --- /dev/null +++ b/display.php @@ -0,0 +1,61 @@ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + '; + } + } + + + + ?> + +
slnameemailmobilepasswordoperation
'.$id.''.$name.''.$email.''.$mobile.''.$password.' + + + +
+
+ + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..ab5838c --- /dev/null +++ b/main.css @@ -0,0 +1,14 @@ +body{ + background-color: powderblue; + margin-left: 4px; +} +button{ + background-color: rgb(0, 255, 64); +} +.container{ + text-align: center; + justify-content: center; + align-items: center; + width: 1050px; + font-size:x-large; +} \ No newline at end of file diff --git a/update.php b/update.php new file mode 100644 index 0000000..9de7073 --- /dev/null +++ b/update.php @@ -0,0 +1,71 @@ + + + + + + + + addt + + + +
+ <
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ + \ No newline at end of file