Welcome Guest, Not a member yet? Register   Sign In
unsetting $this->input->post() value
#5

[eluser]veledrom[/eluser]
Code:
$posts = $this->input->post();
unset($posts['text_password']);

That will do because I'll be passing $posts to a session so no need to worry about what I have left in $this->input->post()

Thanks


Messages In This Thread
unsetting $this->input->post() value - by El Forum - 05-14-2012, 09:31 AM
unsetting $this->input->post() value - by El Forum - 05-14-2012, 10:43 AM
unsetting $this->input->post() value - by El Forum - 05-14-2012, 11:00 AM
unsetting $this->input->post() value - by El Forum - 05-14-2012, 11:06 AM
unsetting $this->input->post() value - by El Forum - 05-14-2012, 11:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB