From c6ba105d0b0af718938cfd016e149bb0474f1def Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 08:44:37 +0530 Subject: [PATCH 1/8] Create web practical --- 31_2013379_manvendra_singh/web practical | 1 + 1 file changed, 1 insertion(+) create mode 100644 31_2013379_manvendra_singh/web practical diff --git a/31_2013379_manvendra_singh/web practical b/31_2013379_manvendra_singh/web practical new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/31_2013379_manvendra_singh/web practical @@ -0,0 +1 @@ + From b0326e5adf781906e0dc9d5566788d5e596f1e1e Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 08:45:43 +0530 Subject: [PATCH 2/8] Add files via upload --- 31_2013379_manvendra_singh/hobies.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 31_2013379_manvendra_singh/hobies.html diff --git a/31_2013379_manvendra_singh/hobies.html b/31_2013379_manvendra_singh/hobies.html new file mode 100644 index 000000000..6b827473c --- /dev/null +++ b/31_2013379_manvendra_singh/hobies.html @@ -0,0 +1,17 @@ + + + + + my hobbies + + +

MY Hobbies

+
    +
  1. listening music
  2. +
  3. watching moive +
  4. playing cricket
  5. +
  6. travelling
  7. +
+ + + \ No newline at end of file From cb0f5f391dd0943dd723dce208221c83bf18f15d Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 14:54:50 +0530 Subject: [PATCH 3/8] Create Q1 --- End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 diff --git a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 @@ -0,0 +1 @@ + From b204366bca5a064e958d3d783dc67fe643115811 Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 15:32:49 +0530 Subject: [PATCH 4/8] Delete Q1 --- End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 diff --git a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 deleted file mode 100644 index 8b1378917..000000000 --- a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1 +++ /dev/null @@ -1 +0,0 @@ - From 3af7153acc05a8b397061d745438d043f163f5ce Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 15:36:58 +0530 Subject: [PATCH 5/8] Create config.php --- .../CSED/31_2013379_manvendra_singh/Q1/config.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/config.php diff --git a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/config.php b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/config.php new file mode 100644 index 000000000..98527359c --- /dev/null +++ b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/config.php @@ -0,0 +1,14 @@ + From b7b6be83f9df88ff8a711aae33d996df877a9846 Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 15:37:33 +0530 Subject: [PATCH 6/8] Add files via upload --- .../31_2013379_manvendra_singh/Q1/index.php | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/index.php diff --git a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/index.php b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/index.php new file mode 100644 index 000000000..56dcd24c9 --- /dev/null +++ b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q1/index.php @@ -0,0 +1,71 @@ + + + + + + + + Book + + + +
+ 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 f116c59815d897679a794e2f149e616bbd77aefb Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 15:38:57 +0530 Subject: [PATCH 7/8] Create fetch.php --- .../31_2013379_manvendra_singh/Q2/fetch.php | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/fetch.php diff --git a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/fetch.php b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/fetch.php new file mode 100644 index 000000000..7ea90a9ac --- /dev/null +++ b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/fetch.php @@ -0,0 +1,61 @@ + + + +num_rows > 0){ + ?> + + + + + + + + + + + + + + + + + fetch_array()){?> + + + + + + + + + + + + + + + +
BOOK IDBook NameAuthorISBNPublisherPubliction YearPagesBook Type
+
+ + + + + + + + User Details + + + + + From 4118e3625238fd16fbdf70c33b966e5486aff95a Mon Sep 17 00:00:00 2001 From: manvendra888 <83936665+manvendra888@users.noreply.github.com> Date: Tue, 15 Jun 2021 15:39:14 +0530 Subject: [PATCH 8/8] Add files via upload --- .../CSED/31_2013379_manvendra_singh/Q2/config.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/config.php diff --git a/End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/config.php b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/config.php new file mode 100644 index 000000000..89f42c2d1 --- /dev/null +++ b/End Term Practicals/CSED/31_2013379_manvendra_singh/Q2/config.php @@ -0,0 +1,14 @@ + \ No newline at end of file