i am using query string to search in codeigniter. my url is like
http:// localhost/testing/main?serch=res
but my paging is like
http: //localhost/testing/main/10
now i want to attach "?serch=res" with paging
http: //localhost/testing/main/10?serch=res
how can i attach please help