From 74b17b305688b1e1786a59a81bd16e1074611c7a Mon Sep 17 00:00:00 2001 From: prateek0007 <85917619+prateek0007@users.noreply.github.com> Date: Mon, 14 Jun 2021 21:45:17 -0700 Subject: [PATCH 1/2] Create practical --- End Term Practicals/IT/18_prateekmall_2013730/practical | 1 + 1 file changed, 1 insertion(+) create mode 100644 End Term Practicals/IT/18_prateekmall_2013730/practical diff --git a/End Term Practicals/IT/18_prateekmall_2013730/practical b/End Term Practicals/IT/18_prateekmall_2013730/practical new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/End Term Practicals/IT/18_prateekmall_2013730/practical @@ -0,0 +1 @@ + From 8c7cbf59c252d901bbe56b00abb98d7ddc6dc719 Mon Sep 17 00:00:00 2001 From: prateek0007 <85917619+prateek0007@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:03:21 +0530 Subject: [PATCH 2/2] fixed bug --- .../IT/18_prateekmall_2013730/connect.php | 15 +++ .../IT/18_prateekmall_2013730/q1.php | 94 +++++++++++++++++++ .../IT/18_prateekmall_2013730/second.php | 28 ++++++ 3 files changed, 137 insertions(+) create mode 100644 End Term Practicals/IT/18_prateekmall_2013730/connect.php create mode 100644 End Term Practicals/IT/18_prateekmall_2013730/q1.php create mode 100644 End Term Practicals/IT/18_prateekmall_2013730/second.php diff --git a/End Term Practicals/IT/18_prateekmall_2013730/connect.php b/End Term Practicals/IT/18_prateekmall_2013730/connect.php new file mode 100644 index 000000000..790252d98 --- /dev/null +++ b/End Term Practicals/IT/18_prateekmall_2013730/connect.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/End Term Practicals/IT/18_prateekmall_2013730/q1.php b/End Term Practicals/IT/18_prateekmall_2013730/q1.php new file mode 100644 index 000000000..d25d05f97 --- /dev/null +++ b/End Term Practicals/IT/18_prateekmall_2013730/q1.php @@ -0,0 +1,94 @@ + + + + + + + + + Document + + + + + Successfully inserted! + '; + } +?> +
+ + + + 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 diff --git a/End Term Practicals/IT/18_prateekmall_2013730/second.php b/End Term Practicals/IT/18_prateekmall_2013730/second.php new file mode 100644 index 000000000..3ad90fa9e --- /dev/null +++ b/End Term Practicals/IT/18_prateekmall_2013730/second.php @@ -0,0 +1,28 @@ + + \ No newline at end of file