CodeIgniter Forums
Pagination using query strings - url problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Pagination using query strings - url problem (/showthread.php?tid=32269)



Pagination using query strings - url problem - El Forum - 07-18-2010

[eluser]BobbyB[/eluser]
Hello,
I am trying to get the CI pagination working and have following problem.
I set everything up according to the user guide but the url looks like this:
Code:
http://localhost/test/index.php/paging/display/&per_page=5
//Notice the & instead of ?
I found antoher thread from a guy that encountered the same problem:
http://ellislab.com/forums/viewthread/143280/P15/

Any idea what the problem might be?
Thanks in advance!