Hello,
I need some help regarding page navigation:
have a MySQL database with some tables.
Can display results according to keywords submitted.
Results are for instance 45
So this means i have to display 5 pages, in order to display 4x10 results (limit=10). +the last 5. But i have a search with a limit to 10. So everytime anyone clicks on 'next', the 'start' location will be added with 10.
This works well, until someone clicks next, and the start position is 50, which does not exist.
Help me out here?