Hi guys. I have a pagination in my PDF search engine and I am having some problems. When I perform a search the first page will show 20 results on 1 page. When I click page 2, the results shows the same results as page 1, except the first result is gone. Then when I click page 3, the 1st and 2nd result is gone and so on.. How do I make it so that all results on the first page is gone instead of 1? Does anyone know where I can edit this to show how many results to paginate? Will provide code if needed. Thanks
Well, since you haven't told us anything about what code you're using, nor provided any code we can look at, I'm only able to suggest that you increase the counter for which results to display by 20, and not by 1...