CodeIgniter Forums
Form question with pagination - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Form question with pagination (/showthread.php?tid=42634)



Form question with pagination - El Forum - 06-13-2011

[eluser]R_Nelson[/eluser]
I have a list of karaoke songs that is paginated showing 20 per page instead of showing the id's i want to put in a check box my question is. if i say chose 1 song on page 1 and then one on page 10 will i still have the one from page 1 or do i have to have the user save it on each page?


Form question with pagination - El Forum - 06-15-2011

[eluser]toopay[/eluser]
Use some "cart" functionality (that basicly save temporary data in cookies/session before saving it all on the database).


Form question with pagination - El Forum - 06-15-2011

[eluser]R_Nelson[/eluser]
i got it to work by saving it to a session but thx any ways