(This question is not related to any of the courses in the catalog, however, the answer might be in one of them, but I am looking for an answer for a unique situation. Any links to any lessons, or a direct answer will help greatly. Thank you.)
Think of this, I have two arrays, one array under the name of $arrOne contains 5 arrays all named $arrTwo, $arrThree, (I’m sure you get the point now). Each array in $arrOne has 5 elements each. How can I write a loop to echo each 4th element in each array inside of $arrOne?