From 34ad2610403618f2b261911c52d1519ac9ed9235 Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:14:09 +0530 Subject: [PATCH 1/7] Add files via upload --- End Term Practicals/ques1/ques1.php.txt | 50 ++++++++++++++++++++++++ End Term Practicals/ques1/server.php.txt | 23 +++++++++++ 2 files changed, 73 insertions(+) create mode 100644 End Term Practicals/ques1/ques1.php.txt create mode 100644 End Term Practicals/ques1/server.php.txt diff --git a/End Term Practicals/ques1/ques1.php.txt b/End Term Practicals/ques1/ques1.php.txt new file mode 100644 index 000000000..0d724b29e --- /dev/null +++ b/End Term Practicals/ques1/ques1.php.txt @@ -0,0 +1,50 @@ + + + + Document + + + +
+ Enter Book Name: + Enter author name: + Enter ISBN Number: + Enter Publisher Name: + Enter Publication Year: + Number of pages: + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + \ No newline at end of file diff --git a/End Term Practicals/ques1/server.php.txt b/End Term Practicals/ques1/server.php.txt new file mode 100644 index 000000000..fafcb5607 --- /dev/null +++ b/End Term Practicals/ques1/server.php.txt @@ -0,0 +1,23 @@ +" . $con->error; + +?> \ No newline at end of file From c6ae53db02e3cdfca49a91feb80c1609d2141327 Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:20:42 +0530 Subject: [PATCH 2/7] Add files via upload --- End Term Practicals/ques2/config.php.txt | 19 +++++++ End Term Practicals/ques2/question2.php.txt | 61 +++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 End Term Practicals/ques2/config.php.txt create mode 100644 End Term Practicals/ques2/question2.php.txt diff --git a/End Term Practicals/ques2/config.php.txt b/End Term Practicals/ques2/config.php.txt new file mode 100644 index 000000000..a7e0d40bd --- /dev/null +++ b/End Term Practicals/ques2/config.php.txt @@ -0,0 +1,19 @@ + + \ No newline at end of file diff --git a/End Term Practicals/ques2/question2.php.txt b/End Term Practicals/ques2/question2.php.txt new file mode 100644 index 000000000..c1a2e4013 --- /dev/null +++ b/End Term Practicals/ques2/question2.php.txt @@ -0,0 +1,61 @@ + + + +num_rows > 0){ + ?> + + + + + + + + + + + + + + + + + fetch_array()){?> + + + + + + + + + + + + + + + +
BOOK IDBook NameAuthorISBNPublisherPubliction YearPagesBook Type
+
+ + + + + + + + User Details + + + + + \ No newline at end of file From 9fbc282ade48fcc95b2a19a7229094b3d693da3a Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:27:41 +0530 Subject: [PATCH 3/7] Create sample.txt --- End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/sample.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/sample.txt diff --git a/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/sample.txt b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/sample.txt new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/sample.txt @@ -0,0 +1 @@ + From 226bd8a7aa78690856e61d7d60ba1c776a156ddb Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:28:21 +0530 Subject: [PATCH 4/7] Create sample.txt --- .../CSEDS/44_2013694_Stuti_Bahuguna/Q1/sample.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/sample.txt diff --git a/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/sample.txt b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/sample.txt new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/sample.txt @@ -0,0 +1 @@ + From a648c69526de033e0c8dcd1822db543bd2a51afa Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:28:39 +0530 Subject: [PATCH 5/7] Add files via upload --- .../44_2013694_Stuti_Bahuguna/Q1/config.php | 14 +++++ .../44_2013694_Stuti_Bahuguna/Q1/form.php | 54 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/config.php create mode 100644 End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/form.php diff --git a/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/config.php b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/config.php new file mode 100644 index 000000000..a1fdacab8 --- /dev/null +++ b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/config.php @@ -0,0 +1,14 @@ + diff --git a/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/form.php b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/form.php new file mode 100644 index 000000000..215ad83a7 --- /dev/null +++ b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q1/form.php @@ -0,0 +1,54 @@ + + + + + + HTML Forms + + +
+ Bookname
+ Authorname
+ isbn
+ Publishername
+ Noofpages
+ Booktype
action + adventure
+ classic
+ Select Publicationyear
+ +
+ + From 7cc5860cb4534b8a496de8c4e1449ec0526eb0b6 Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:29:06 +0530 Subject: [PATCH 6/7] Create sample.txt --- .../CSEDS/44_2013694_Stuti_Bahuguna/Q2/sample.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/sample.txt diff --git a/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/sample.txt b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/sample.txt new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/sample.txt @@ -0,0 +1 @@ + From 059264d3bb353220f6ecc6a3d283da9bbd09e80c Mon Sep 17 00:00:00 2001 From: stuti2001 <56474517+stuti2001@users.noreply.github.com> Date: Tue, 15 Jun 2021 10:29:22 +0530 Subject: [PATCH 7/7] Add files via upload --- .../44_2013694_Stuti_Bahuguna/Q2/retrieve.php | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/retrieve.php diff --git a/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/retrieve.php b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/retrieve.php new file mode 100644 index 000000000..7ea90a9ac --- /dev/null +++ b/End Term Practicals/CSEDS/44_2013694_Stuti_Bahuguna/Q2/retrieve.php @@ -0,0 +1,61 @@ + + + +num_rows > 0){ + ?> + + + + + + + + + + + + + + + + + fetch_array()){?> + + + + + + + + + + + + + + + +
BOOK IDBook NameAuthorISBNPublisherPubliction YearPagesBook Type
+
+ + + + + + + + User Details + + + + +