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

[eluser]johnpeace[/eluser]
Set the rules in a loop through the $_POST array?

Code:
foreach($_POST as $p) {
    $this->form_validation->set_rules($p, ucfirst($p), 'required|trim');
}

You won't have a 'human readable' field in the $_POST array...just the name and value of each field.


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