internetguy
Technical User
I have a large product list, so I have broken down the products into classes, but there are still about a hundred or so. I want to only show 20 per page, and then have a link to go to the next 20 results. I am not sure how to do this efficiently, I was thinking multiply an integer by 20 and passing the number through a get statement, but I se problems that way. Please let me know what method is best, thanks.