Welcome Guest, Not a member yet? Register   Sign In
CI input - excluding submit value in array
#2

[eluser]PhilTem[/eluser]
1) Exclude it can be done with e.g.,
Code:
$posts = $this->input->post();
unset($posts['send']);

2) Do form-validation before submitting it. You can then define any input as required thus showing an error if it's not filled, checked or selected.


Messages In This Thread
CI input - excluding submit value in array - by El Forum - 01-29-2013, 04:02 AM
CI input - excluding submit value in array - by El Forum - 01-29-2013, 04:51 AM
CI input - excluding submit value in array - by El Forum - 01-29-2013, 05:01 AM
CI input - excluding submit value in array - by El Forum - 01-29-2013, 08:05 AM
CI input - excluding submit value in array - by El Forum - 01-30-2013, 04:20 PM
CI input - excluding submit value in array - by El Forum - 01-31-2013, 08:46 AM
CI input - excluding submit value in array - by El Forum - 01-31-2013, 06:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB