Problem With pagination and checkboxes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Problem With pagination and checkboxes

Post by sanju »

I have paginated pages all having many check boxes,SO when I checked the check boxes in one page and go to the next page and then so on, I want to retain the checked boxes as same when I return back to the old pages.

How it should be possible..
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Re: Problem With pagination and checkboxes

Post by Oren »

User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Problem With pagination and checkboxes

Post by Eran »

Or paginate in javascript
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Re: Problem With pagination and checkboxes

Post by Oren »

Javascript is a no no in my opinion. Don't use it if you don't have to... the user may have Javascript disabled.
Post Reply