Problem: I have a multidimenional array where I would like to extract the values into a looping html div layout.
ARRAY:
Loop goes here
DIV: (this repeats)
The piece I'm missing here is I don't know what kind of loop to use and how to convert the values it gives me to variables. Examples would help.