CodeIgniter Forums
Pagination and search forms - 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: Pagination and search forms (/showthread.php?tid=33110)



Pagination and search forms - El Forum - 08-16-2010

[eluser]LAMP Coder[/eluser]
I have a search form which searches the customers database. Now, I need to display the results using pagination, but so far I'm not sure how to do that. Since search form is being posted using _POST method, it doesn't work with pagination.

What should be the best way to do this?