I want to use the foreach function on certain array items depending on the value of $page.
For example. if $page is equal to 1, I want to use a foreach function on array items 35-70.
How do I do this?
(note, I don't use strict, so please omit that in your response)