Each picture represents one portion of the PHP tutorial I completed using codeacademy. Not every
lesson was archived, but this should provide a brief overview of what I completed.
This lesson involved understanding how to use if/else statements in PHP.
The next lesson described how switch statements could be used rather than a list of if/else statements
We learned how to use built in array functions, like sort.
Later, we learned how to create our own functions.
This portion covered the use of static functions and constants. It also described the use of "::", the scope resolution.
The final lesson dealt with arrays this again, but in more complexity. Here, we learned about associate arrays and the benefits of them over the normal array.