I have been searching the forum looking for pagination scripts. I have tried every one that I have found, and I am still having problems. The problem is that my query gets passed 4 variables: startDate, endDate, names and orderBy. These come from a form on a different page. Since the names variable is an array, it could contain a lot of data, so I made the form's action POST. Everything works when the information is sent from the form. However, if I try to re-sort the data, or show a different page, I get the error message that there were no results found. I am guessing this is because the names variable is getting lost. How would I go about fixing this? I am using the pagination script found at http://www.phpbuilder.com/board/showthread.php?threadid=10234923&highlight=pagination
Any help would be greatly appreciated. Thanks!