Hi, guys. I was wondering if anyone knew where I could find a pagination script which allows a user to choose the number of results to display per page. And since most scripts just have 'First', 'Prev', 'Next' and 'Last' buttons, I would also like the script to have a drop-down menu which will allow a user to jump to any page. Is anyone aware of such a script?
yea i can create it for you for a few $, or if your php literate you can search google and see how to run it.
http://php.fm/pagination Does First/Prev/Next/Last buttons, allows choosing of results per page and also returns total number of pages (so you can generate a drop down.)
Thanks, Danltn, but I was thinking more on the lines of this type of pagination. The problem is, I don't understand the script. Where's the part where you echo the results? And is it normal PHP? It looks different.