You are on page 1of 7

Department of Computer Science HITEC University,

Taxila BS Computer Science Program (Batch 2021)

CS-304: Database Systems


Lab Folder
Fall 2023

Section B

Lab Report # 13
Muhammad Jahangir
21-cs-089
Basit Ali
21-cs-104
Muhammad Alrayan
21-cs-107
Instructor: Fatima Rauf
LabTask
A. Create a form in which at least 5 input types should cover and image type
is compulsory.
Index.html
Submit.php

Stye.css
Result
B Create a Display page that display stored information from database.
Display.php
Results
Conclusion:
Form Creation
• A form is designed incorporating various input types, including an image upload feature.
The form was designed to facilitate the storage of the uploaded image in the database.

Display Page
• The concept of a display page was introduced where users can view the stored
information from the database.
• This separation of form submission and data display ensures a clear and organized flow
in a web application, allowing users to input data via forms and view stored data through
a dedicated display page.

You might also like