From 3076269e49c86a046e5c989a558c4add0adce927 Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:50:38 +0530 Subject: [PATCH 1/9] Add files via upload --- .../CSEB/53_2013395_naivedya_lath/config.php | 14 ++++ .../CSEB/53_2013395_naivedya_lath/details.php | 73 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php create mode 100644 End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php diff --git a/End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php b/End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php new file mode 100644 index 000000000..ce21afdb0 --- /dev/null +++ b/End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php b/End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php new file mode 100644 index 000000000..9ff43155f --- /dev/null +++ b/End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php @@ -0,0 +1,73 @@ + + + + + + + + + +
+ Book Name

+ Author Name

+ ISBN Number

+ Publisher Name

+
Publication Year
+
+
Book Type
+ Action
+ Adventure
+ Classics
+ Comic Book
+ Graphic Novel
+ Detective
+ Mystery
+ Historical Fiction
+ Horror
+ Literary Fiction
+
+ Number Of Pages
+

+ +
+ + \ No newline at end of file From 0875564cc16fc9f1ec92645546557de1cc5346c7 Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:53:43 +0530 Subject: [PATCH 2/9] Delete config.php --- .../CSEB/53_2013395_naivedya_lath/config.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php diff --git a/End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php b/End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php deleted file mode 100644 index ce21afdb0..000000000 --- a/End Term Practicals/CSEB/53_2013395_naivedya_lath/config.php +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file From 6690cdb6ed612c5368d45b1b258a201d3a79d00f Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:53:51 +0530 Subject: [PATCH 3/9] Delete details.php --- .../CSEB/53_2013395_naivedya_lath/details.php | 73 ------------------- 1 file changed, 73 deletions(-) delete mode 100644 End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php diff --git a/End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php b/End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php deleted file mode 100644 index 9ff43155f..000000000 --- a/End Term Practicals/CSEB/53_2013395_naivedya_lath/details.php +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - -
- Book Name

- Author Name

- ISBN Number

- Publisher Name

-
Publication Year
-
-
Book Type
- Action
- Adventure
- Classics
- Comic Book
- Graphic Novel
- Detective
- Mystery
- Historical Fiction
- Horror
- Literary Fiction
-
- Number Of Pages
-

- -
- - \ No newline at end of file From afda3d15c340802a8c4747f4ea56c52290cd3cfd Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:54:11 +0530 Subject: [PATCH 4/9] Add files via upload --- End Term Practicals/CSEB/q1/config.php | 14 +++++ End Term Practicals/CSEB/q1/details.php | 73 +++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 End Term Practicals/CSEB/q1/config.php create mode 100644 End Term Practicals/CSEB/q1/details.php diff --git a/End Term Practicals/CSEB/q1/config.php b/End Term Practicals/CSEB/q1/config.php new file mode 100644 index 000000000..ce21afdb0 --- /dev/null +++ b/End Term Practicals/CSEB/q1/config.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/End Term Practicals/CSEB/q1/details.php b/End Term Practicals/CSEB/q1/details.php new file mode 100644 index 000000000..9ff43155f --- /dev/null +++ b/End Term Practicals/CSEB/q1/details.php @@ -0,0 +1,73 @@ + + + + + + + + + +
+ Book Name

+ Author Name

+ ISBN Number

+ Publisher Name

+
Publication Year
+
+
Book Type
+ Action
+ Adventure
+ Classics
+ Comic Book
+ Graphic Novel
+ Detective
+ Mystery
+ Historical Fiction
+ Horror
+ Literary Fiction
+
+ Number Of Pages
+

+ +
+ + \ No newline at end of file From 16c1a008db821b10e5fc5708680d268c536e9250 Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:56:54 +0530 Subject: [PATCH 5/9] Add files via upload --- End Term Practicals/CSEB/q2/display.php | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 End Term Practicals/CSEB/q2/display.php diff --git a/End Term Practicals/CSEB/q2/display.php b/End Term Practicals/CSEB/q2/display.php new file mode 100644 index 000000000..277683b4f --- /dev/null +++ b/End Term Practicals/CSEB/q2/display.php @@ -0,0 +1,52 @@ + + +num_rows > 0){ +?> + + + + + + + + + + + + +fetch_assoc()){ +?> + + + + + + + + + + + +
BOOK IDBook NameAuthorISBNPublisherPubliction YearPagesBook Type
+ + + + + + + Display + + + + + \ No newline at end of file From ae0ce2938fdef6dd716fafc004734e6efa786304 Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:57:34 +0530 Subject: [PATCH 6/9] Add files via upload --- End Term Practicals/CSEB/q2/config.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 End Term Practicals/CSEB/q2/config.php diff --git a/End Term Practicals/CSEB/q2/config.php b/End Term Practicals/CSEB/q2/config.php new file mode 100644 index 000000000..ce21afdb0 --- /dev/null +++ b/End Term Practicals/CSEB/q2/config.php @@ -0,0 +1,14 @@ + \ No newline at end of file From cd9959cd93aace0f5d43b2829299337b62014b67 Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 13:07:41 +0530 Subject: [PATCH 7/9] Create 53_2013395_naivedya_lath --- End Term Practicals/CSEB/53_2013395_naivedya_lath | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/CSEB/53_2013395_naivedya_lath diff --git a/End Term Practicals/CSEB/53_2013395_naivedya_lath b/End Term Practicals/CSEB/53_2013395_naivedya_lath new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/End Term Practicals/CSEB/53_2013395_naivedya_lath @@ -0,0 +1 @@ + From 44a9261c583967045b9ca6d63894cd25c6f62c38 Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 13:07:54 +0530 Subject: [PATCH 8/9] Delete 53_2013395_naivedya_lath --- End Term Practicals/CSEB/53_2013395_naivedya_lath | 1 - 1 file changed, 1 deletion(-) delete mode 100644 End Term Practicals/CSEB/53_2013395_naivedya_lath diff --git a/End Term Practicals/CSEB/53_2013395_naivedya_lath b/End Term Practicals/CSEB/53_2013395_naivedya_lath deleted file mode 100644 index 8b1378917..000000000 --- a/End Term Practicals/CSEB/53_2013395_naivedya_lath +++ /dev/null @@ -1 +0,0 @@ - From 455e452304f6ee5f3c99688159c978683cd00d6d Mon Sep 17 00:00:00 2001 From: naivedya2607 <61149837+naivedya2607@users.noreply.github.com> Date: Tue, 15 Jun 2021 13:08:23 +0530 Subject: [PATCH 9/9] Create hello.html --- End Term Practicals/CSEB/53/hello.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/CSEB/53/hello.html diff --git a/End Term Practicals/CSEB/53/hello.html b/End Term Practicals/CSEB/53/hello.html new file mode 100644 index 000000000..d64a3d962 --- /dev/null +++ b/End Term Practicals/CSEB/53/hello.html @@ -0,0 +1 @@ +sample