This is the second part of my PHP array handbook. You can find the first part here, where I cover array basics.
In the first part, you learned about arrays, how to create arrays, array functions, and how to loop through arrays.
This second part will...