0
Hi, I wrote a php pagination some time ago now I have a problem with it this pagination is simple splits the total number of rows of the database by the amount of links per page; only now the amount of lines in my database has grown and the pagination is deforming my page, I would like to change it by placing an Exp limit:
page 1, page 2 and so on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 56
how can I do this?
similar to google paging