You are on page 1of 2

Professional High School

FOURTH QUARTER

ICT Exercise # 3
NAME SCORE
GRADE, SECTION DATE

Directions:
1. Create a student directory page using form method. See sample below:

2. Create a connection from PHP and MySQL


3. Select the database: Lastname_dbstudents and table: tbl_studentinfo
4. Use the correct syntax in fetching records from the database
5. Search for the student id, student name or grade and section, make sure the records will
be shown in the browser.
6. Create a program that will allow you to add more student records. Save it as:
Add Students Form: Lastname_addstudents_form.php
Add Students (PHP): Lastname_addstudents.php
7. Add five (5) records using the program you created.
8. Screenshot the codes and output in the browser and attach it here.
9. Save this file as CAMPUS_ICTGr&Sec_Q4_Exercise3&4_Lastname.php
Save this file as CAMPUS_ICTGr&Sec_Q4_Exercise3&4_Lastname.pdf
Submit your Seatwork # 2 PHP file in your ICT google drive.
Submit your Seatwork #2 PDF file in your ICT Virtual notebook.

CRITERIA
Database Concepts – 5 points
 Followed the steps of PHP and MYSQL connection
 Proper use of database functions/ syntax
Instructions - 5 points
 Submitted using template in the OB Digital Platform
Submitted on time and followed correct filename and format
Page 2 . . . ICT Exercise #3
Fourth Quarter

SCREENSHOT OF DATABASE, TABLE AND RECORDS:

SCREENSHOT OF CODES:

SCREENSHOT OF USER INTERFACE:

You might also like