Welcome Guest, Not a member yet? Register   Sign In
SEO URIs *AND* $_GET requests - /controller/function/?myvar=1
#23

[eluser]Avatar[/eluser]
I'm not able to get uri->segments located after the query string
like this:
Code:
http://localhost/index.php/home/?myvar=butt&var=2/cheese
I want some cheese please Smile
but this does work:
Code:
http://localhost/index.php/home/index/cheese/?myvar=butt&var=2
That gives me cheese from uri->segment(3) and butt from get('myvar')


Messages In This Thread
SEO URIs *AND* $_GET requests - /controller/function/?myvar=1 - by El Forum - 03-05-2008, 12:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB