Josh "The Darkness" Harkness

Assignment 02, Learning PHP

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.

If/Else Statements
This lesson involved understanding how to use if/else statements in PHP.


Switch Statements
The next lesson described how switch statements could be used rather than a list of if/else statements


functions
We learned how to use built in array functions, like sort.


Array Functions
Later, we learned how to create our own functions.


Static and Scope Resolution
This portion covered the use of static functions and constants. It also described the use of "::", the scope resolution.


Array Functions
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.