I have a MySQL database that has over 9000 rows with 10 fields. It was imported from an Excel file so it\'s all in one table.
When I run the query, which has already na
Ideally, come up with a better query, or provide your users with better search terms. If they ultimately need to look through all 7000 rows, you need some kind of paging. One option is AJAX paging as explained in this article. Basically, you have a new request for each group of rows, but the user stays on the same page.