Welcome Guest, Not a member yet? Register   Sign In
How to get post back values?
#1

[eluser]vigna[/eluser]
I am using set_value function for post back values (printing out the post values in the form elements if the validation fails).
The set_value function works fine for the fields where validation rule is specified.
But for those fields without validation rules, the set_value function doesn't work.

What should I do for the other fields to get the post values.

Should I use $this->input->post('field_name') or
store the post value in the flashdata and print it out in the html element

What is the proper method to do this?

Thanks


Messages In This Thread
How to get post back values? - by El Forum - 07-29-2009, 02:31 AM
How to get post back values? - by El Forum - 07-29-2009, 10:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB