Skip to content
Advertisement

Tag: multidimensional-array

Parse multidimensional array PHP

I have the following PHP array output: I am trying to find the best way to format this into the below table structure: I need the loop to be flexible enough to write a new table with header for each sub array. What is the best way to loop through this array to output new tables and header for each

Advertisement