|
-
May 4th, 2012, 07:32 AM
#1
Store multiple selection from pagination info into single array
Hi
I have a results page from a MySQL query and I have implemented pagination to present data in chunks of 25 per page in a table view (each row => 1 entry).
My problem is that next to each data row, I have a selection checkbox, and if the user clicks on it, he can download the selected entries. This thing worked OK before I employed paginated view, when I presented all data in one page. Now, if I select e.g. 2 entries in page 1, then I jump to page 12 and select another 2 entries, if I click on the "Retrieve" button, I get only the last 2 entries (from the last page visited).
How can I solve this problem? With JS? Can I use PHP only?
-
May 4th, 2012, 11:35 PM
#2
Re: Store multiple selection from pagination info into single array
You really should be running two separate queries: one for pagination and one for the download of the data.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|