I run a query on a table and the number of the output lines may vary based on the match of the specified parameter.
Since sometimes it may have quite a few lines of output I need some sort of paging solution.
I use one on regular pages, where I can get TOTAL lines prior the output. In the search, however I do not know the number of rows that will match. It get's even more complicated if I search two or more tables at a time.
If you have any suggestions on how i should go about this issue, please let me know.