EC3312 PracticalTest
EC3312 PracticalTest
Feedback to Student:
I/We acknowledged receiving feedback from the lecturer on this assignment.
Student’s Signature: ____________ _____________ _____________ ___________
Extension certification:
This assignment has been given an extension and is now due on _______________.
Lecturer’s Signature: _____________
1
Given code
Localhost setup
Construction of website from given codes
htmlspecialchars(): Generates HTML entities from special characters (such as \, >, &, ', and ").
ENT_QUOTES: Guarantees conversion of single and double quotes.
UTF-8: Indicates the character encoding, guaranteeing security and compatibility.