Pavunkumar
Pavunkumar

Reputation: 5335

How to paginate a list of images in PHP

I have a list of images which I want to display in a page.
I want to paginate the list of images, so I can have 10 images per page. can you help me to do that?

Upvotes: 0

Views: 2450

Answers (1)

Pekka
Pekka

Reputation: 449455

The word you are looking for is pagination. There are many tutorials available on the web, for example this one looks good.

Upvotes: 1

Related Questions