Hello,
I'm looking for some code examples on how to do the following...
Say my MySQL database table has 110 entries in it. What I want to do is create a navigation scheme that looks like the following, only displaying 10 entries per page:
Now viewing PAGE 1 of 11
<<Previous 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 Next>>
Make sense?
Can anyone give me some code examples on how to create this sort of pagelist? Also, if the number of records grows or shrinks, the pagelist would be updated with the proper number of pages etc.
Any/All help is greatly appreciated!
Thanks.