Codecademy

Codecademy provides a course that covers PHP. The course took us step-by-step in showing us the different areas of PHP. The sections built off of each other and showed real world applications for PHP.

The first few lessons teach the basics of PHP, showing how to create variables and output text to the webpage. They also goes over how to create conditional statements and storing multiple variables into arrays.



The last few lessons continue with functions and begin going over object-oriented programming. This leads into creating classes, objects, and methods in our code.