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 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 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 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