Welcome Guest, Not a member yet? Register   Sign In
Unset post data.
#3

[eluser]brookerrj[/eluser]
I had the same problem and found this on another forum:

"The set_value function fetches its value from the Form_validation object and not from the $_POST array. The Form_validation object stores its own copy of the posted values in a variable called $_field_data."

So after success I used:

Code:
reset($this->form_validation->_field_data);

And it worked for me though considered a bit of a hack.


Messages In This Thread
Unset post data. - by El Forum - 02-10-2009, 07:09 AM
Unset post data. - by El Forum - 02-10-2009, 11:40 AM
Unset post data. - by El Forum - 11-08-2010, 05:02 AM
Unset post data. - by El Forum - 01-04-2011, 06:11 AM
Unset post data. - by El Forum - 01-04-2011, 11:56 AM
Unset post data. - by El Forum - 03-23-2011, 04:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB