0% found this document useful (0 votes)
37 views

PHP Basics Activity

Uploaded by

MJ Timogan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

PHP Basics Activity

Uploaded by

MJ Timogan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

SAINT MICHAEL COLLEGE OF CARAGA

Brgy. 4, Nasipit, Agusan del Norte, Caraga Region


Tel. Nos. (085) 343-2232 / (085) 283-3113
www.smccnasipit.edu.ph

ITE 303 - WEB SYSTEMS AND TECHNOLOGIES


PHP Basics (Hands-on Exercises)

Direction: See the sample outputs in your LMS Resources, grab those samples, and
understand the features of PHP that have been used in the program. In your exercises, you
have to improve, customize and add some functionality to the output.

PHP Output #1:


 Add these following fields:
o Age
o Gender
o Email
o Address
o Contact Number
 Add input validation
 Make sure to use an appropriate input type
 Style your output using CSS (or you can use any CSS framework)
PHP Output #2:
 Create these following pages in your web output:
o Home Page
o Register
o Login
o Forgot Password Page
 Make sure that you use include or require to put in a certain HTML code or PHP script.
 Style your output using CSS (or you can use any CSS framework)
PHP Output #3 and #4:
 Add the same fields as Output #1
 It must be connected to a database
 Form allows to the user to submit a record, and save it directly to the database.
 After successfully inserting a record, there is a List of Registered Person appears below
the form, and it should have the same functionality as Sample Output #4.
PHP Output #5:
 Add CRUD functionality for Faculty
 It should have these following fields:
o First Name
o Middle Name
o Last Name
o Age
o Gender
o Address
o Position
o Salary
 Add input validation
 Make sure to use an appropriate input type
 Make sure also to set primary key, as a unique identifier in the database table.
 Your code should follow the MVC pattern.

Deliverables:

Upload all deliverables in your Google Drive and change the general access to "Anyone with the
link". Submit only the link.

1. Screen recording during the development (any video file format)


2. Screenshots of the output
3. Project Folders
4. Exported database file (.sql)
SAINT MICHAEL COLLEGE OF CARAGA
Brgy. 4, Nasipit, Agusan del Norte, Caraga Region
Tel. Nos. (085) 343-2232 / (085) 283-3113
www.smccnasipit.edu.ph

Prepared by:

MARLON JUHN M. TIMOGAN, MIT


Instructor

You might also like