Welcome Guest, Not a member yet? Register   Sign In
Does CodeIgniter convert all post variables to get variables?
#3

No, Codeigniter does no such thing.

You can verify within debug tools like Firebug if those variables where send as a POST request or as a GET request. It they truely are POST variables then some server issue is at hand. But perhaps you made a small mistake in your html form:

Code:
<form method="GET">
...
</form>
Reply


Messages In This Thread
RE: Does CodeIgniter convert all post variables to get variables? - by Diederik - 02-10-2016, 05:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB