Project 1: PHP Email Applications
The purpose of this assignment is to gain a better understanding of procedural and object oriented applications. The main objective is to create two different applications that send email. One takes a Procedural approach while the other one takes an Object-Oriented (OO) approach.
Both approaches use PHP for server-side validation, since PHP can take on a procedural or an object-oriented approach according to how it is used. Please use the project links on the left to view each type of approach.