I want to echo lines of text from an array but instead of printing each line as it is encountered, I want to skip 2 lines and then print the next line.
array('Line One','Line Two','Line Three','Line Four','Line Five','Line Six','Line Seven'.....)
The result should be like:
"Line One"
"Line...