From 7bc673ab6f7aceb0f2fdeb8b8705818d993fb425 Mon Sep 17 00:00:00 2001 From: Akshay <71918826+akfeature@users.noreply.github.com> Date: Wed, 16 Jun 2021 19:43:56 +0530 Subject: [PATCH] Add files via upload --- .../03_2013243_Akshay/q1/configuartion.php | 11 ++ .../CSECC/03_2013243_Akshay/q1/index.php | 143 ++++++++++++++++++ .../CSECC/03_2013243_Akshay/q2/q2.php | 62 ++++++++ 3 files changed, 216 insertions(+) create mode 100644 End Term Practicals/CSECC/03_2013243_Akshay/q1/configuartion.php create mode 100644 End Term Practicals/CSECC/03_2013243_Akshay/q1/index.php create mode 100644 End Term Practicals/CSECC/03_2013243_Akshay/q2/q2.php diff --git a/End Term Practicals/CSECC/03_2013243_Akshay/q1/configuartion.php b/End Term Practicals/CSECC/03_2013243_Akshay/q1/configuartion.php new file mode 100644 index 000000000..8ae572dc7 --- /dev/null +++ b/End Term Practicals/CSECC/03_2013243_Akshay/q1/configuartion.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/End Term Practicals/CSECC/03_2013243_Akshay/q1/index.php b/End Term Practicals/CSECC/03_2013243_Akshay/q1/index.php new file mode 100644 index 000000000..f31351803 --- /dev/null +++ b/End Term Practicals/CSECC/03_2013243_Akshay/q1/index.php @@ -0,0 +1,143 @@ + + + + + ADD DATA + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Book Name + +
Author Name + +
ISBN Number + +
Publisher Name + +
Publication Year + +
Number Of Pages + +
Book Type + + + + + + + + + + + + + + + + + + + + + +
+ Action + + Adventure +
+ Comic Book + + + Comic Book
+ +
+ Graphic Novel + + + Detective
+ +
+ Mystery + + + Historical Fiction
+ +
+ Literary Fiction + + + Horror + +
+ +
+ +
+
+ + + \ No newline at end of file diff --git a/End Term Practicals/CSECC/03_2013243_Akshay/q2/q2.php b/End Term Practicals/CSECC/03_2013243_Akshay/q2/q2.php new file mode 100644 index 000000000..6820b0499 --- /dev/null +++ b/End Term Practicals/CSECC/03_2013243_Akshay/q2/q2.php @@ -0,0 +1,62 @@ +num_rows > 0){ + ?> + + + + + + + + + + + + + + + + + fetch_array()){?> + + + + + + + + + + + + + + + +
BOOK IDBook NameAuthorISBNPublisherPubliction YearPagesBook Type
+
+ + + + + + + Show Details + + + + + \ No newline at end of file