Objectives
Embed PHP in web pages
Add comments in code
Create and use variables
Decipher PHP errors
Create an HTML5 template
Create and use basic objects
Concatenate strings
Access URL variables with $_GET
Declare a class
Embed CSS
In the first chapter, we developed our very first PHP program. While it was basic, we were able to test the development environment ...