Welcome Guest, Not a member yet? Register   Sign In
Using codeigniter in QUERY_STRING mode with php fast CGI
#5

@Peter: For security reasons the $_GET items are sanitized, stored and then $_GET is emptied.
If you want to fetch a GET item, use the $this->input->get('data') method.

@Avenirer: enable_query_strings is always set to false from the default Installation.
The name maybe suggests that you can't use urls like test.html?data=dog. But this setting has nothing to do with that.
If you set this setting to true, you choose NOT to use segment based urls like example.com/controller/function but query string based urls example.com/index.php?c=controller&m=function.
Reply


Messages In This Thread
RE: Using codeigniter in QUERY_STRING mode with php fast CGI - by RogerMore - 03-20-2015, 07:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB