Search results

  1. Y

    PHP Loop Question - How Do I Skip Every Nth Line?

    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...
  2. Y

    PHP Loop Question - How Do I Skip Every Nth Line?

    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...
Back
Top