From 4b8edbc8ead9551566948b35cbbe7c884b6e01c3 Mon Sep 17 00:00:00 2001 From: "Sharayu.M" Date: Fri, 26 Jan 2024 18:33:55 +0530 Subject: [PATCH] third commit --- add-new.php | 13 +++---------- index.php | 8 ++++---- logo.php | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 logo.php diff --git a/add-new.php b/add-new.php index 694f52c..d44e2e8 100644 --- a/add-new.php +++ b/add-new.php @@ -17,15 +17,10 @@ if (isset($_POST["submit"])) { echo "Failed: " . mysqli_error($conn); } } - ?> - - - - @@ -40,10 +35,9 @@ if (isset($_POST["submit"])) { CRUD Application - - + @@ -95,5 +89,4 @@ if (isset($_POST["submit"])) { - \ No newline at end of file diff --git a/index.php b/index.php index e815653..0403836 100644 --- a/index.php +++ b/index.php @@ -20,9 +20,9 @@ include "db_conn.php"; - + @@ -37,7 +37,7 @@ include "db_conn.php"; '; } ?> - Add New + Add New diff --git a/logo.php b/logo.php new file mode 100644 index 0000000..dbaf24b --- /dev/null +++ b/logo.php @@ -0,0 +1,18 @@ + + + + + + + + PHP CRUD Application + + + + + +Logo + + \ No newline at end of file