Welcome Guest, Not a member yet? Register   Sign In
Unable to parse variables in the URL
#2

[eluser]Michael Wales[/eluser]
CodeIgniter disables query strings - it doesn't appear as if you have enabled them, since your URL would be malformed.

2 options.

1) Just use a URL segment
http://domain.com/varvee/browse_schools/a

2) Use query strings
http://domain.com?c=varvee&m=browse_schools&school=a

Check out config/config.php around line 130 for in the comments documenting this feature as well as http://ellislab.com/codeigniter/user-gui.../urls.html.


Messages In This Thread
Unable to parse variables in the URL - by El Forum - 05-26-2008, 10:48 PM
Unable to parse variables in the URL - by El Forum - 05-26-2008, 11:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB