Well, yes... What I really want to do is only print the first five, ten, fifteen (whatever) pieces of an array. You know? How can I reach into an array and just get like the 10th-15th entries?
Maybe I'm thinking of things wrong?
The overall goal is to get all the images of a directory, sort by date, print the newest ones first and only five at a time. And I want the user to be able to change the number displayed from say 5 to 10 to 15 to 20, etc...
Then I want to print out links at the bottom of the page like:
Prev - 1, 2, 3, 4, 5 - Next
And most of all I want to understand how to do it!!!
I'm already using someone else's image gallery. And it works well enough. But I don't understand it. And it doesn't do exactly what I want. And I don't know how to make it... So I decided to start from scratch and learn my way through...
sigh
Whee....