Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How can I print the number of pages in links ("script.pl?page=1&orderby=id" page 1 | "script.pl?page=2&orderby=id", etc) and then have a reference point from where I left off previously?
My initial idea was to sort by the field, do a counter and ignore the first 15 per page (so if it were page 2, it'd ignore the first 30). I know there's probably a better way and I'm looking forward to seeing how you guys would solve this problem.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how to put links on the bottom of an image gallery
by atemon (Chaplain) on Aug 27, 2007 at 01:59 UTC | |
by sulfericacid (Deacon) on Aug 27, 2007 at 02:10 UTC | |
by atemon (Chaplain) on Aug 27, 2007 at 02:25 UTC | |
by misc (Friar) on Aug 27, 2007 at 10:08 UTC |