In this video we will cover two types of Arrays; a numeric array and associative array. Arrays can be used to store a list of items that are related into one single value. Those values can then be accessed by calling the array and specifying the index. For more information, check out the website: http://howtostartprogramming.com/PHP/php-tutorial-13-arrays/