PHP code to separate a list into pages?

Andrew

New member
I want a PHP code to show 10 items of a list and then have a "more" button. I've seen this on many sites and it looks something like this:

Showing 10 per page

11.
12.
13.
14.
15.
16.
17.
18.
19.
20.

<-Previous 1 2 3 4 5 ... Next->
 
Back
Top