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

[eluser]Avatar[/eluser]
still not working for m, it looks as though it's not even setting the $_GET variable because of enable_query)strings being set to true and in the CI Base Input class it does this:

Code:
if ($this->allow_get_array == FALSE)
        {
            $_GET = array();
        }


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



Theme © iAndrew 2016 - Forum software by © MyBB