A multidimensional array is an array containing one or more arrays. PHP understands multidimensional arrays that are two, three, four, five, or more levels deep. However, arrays more than three levels deep are hard to manage for most people. two-dimensional array you need two indices to select an element. three-dimensional array you need three indices to select an element.
Full PHP Lessons : • PHP (Start from beginner to Advance)