0% found this document useful (0 votes)
46 views2 pages

Dcit 55-Activity 1

The document provides instructions for an activity to create a movie database application using PHP and connecting it to a MySQL database. Students are asked to: 1) Create a database table to store movie data 2) Develop a web page to retrieve and display movie records from the database 3) Create a form to insert new movie records into the database 4) Include navigation links between the pages Rubrics are provided to grade students based on program execution, correctness, layout and logic. Screenshots and source codes are required to be submitted.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views2 pages

Dcit 55-Activity 1

The document provides instructions for an activity to create a movie database application using PHP and connecting it to a MySQL database. Students are asked to: 1) Create a database table to store movie data 2) Develop a web page to retrieve and display movie records from the database 3) Create a form to insert new movie records into the database 4) Include navigation links between the pages Rubrics are provided to grade students based on program execution, correctness, layout and logic. Screenshots and source codes are required to be submitted.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Republic of the Philippines

CAVITE STATE UNIVERSITY


Bacoor City Campus
SHIV, Molino VI, City of Bacoor
DEPARTMENT OF COMPUTER STUDIES
DCIT 55: ADVANCED DATABASE SYSTEMS
Activity Sheet
2nd Semester, A.Y. 2021-2022

INTENDED LEARNING OUTCOMES

After the completion of the unit, students will be able to:

1. Create a database for web application.


2. Establish database connection and perform basic database insertion and
retrieval through the web application.
Name: Date:

Course/Yr&Section: Score:

ACTIVITY 01: DATABASE CONNECTION, RETRIEVAL, AND


INSERTION

DIRECTION:

• Using xampp, create a database and table named with the following columns:
movie_id, title, actor, genre and director. Use the appropriate data type and
constraints in each column.
• Create a web page to retrieve the contents from your database. • Create another
web page and design a form to allow the user to insert a record into the database.
• Create navigation menu and links onto the pages to view either of the pages you
have created.
• Design your web pages using HTML and CSS and perform the database
process using PHP.
• Use this worksheet to show the output and source code. Make sure to attach the
rest of the activity files (database and source code files on google classroom.
RUBRICS FOR GRADING
Category Description

Program Program executes correctly with no syntax or runtime errors.


Execution
(25pts)

Correctness Program produces correct answers or appropriate results


(25pts) for all inputs tested.

Layout The app has an exceptionally attractive and usable layout.


(25pts) It is easy to locate all important elements. White space,
graphic elements and/or alignment are used effectively to
organize the application.

Logic Program logic is correct, with no known boundary errors,


(25pts) and no redundant or contradictory conditions.

SCREENSHOT OF THE OUTPUT

SOURCE CODES

You might also like