Welcome Guest, Not a member yet? Register   Sign In
how to clear all form variables like $this->validation->myvar ?
#6

[eluser]brookerrj[/eluser]
I run this after I have successfuly stored the form data in the database.
I am using the later Form Validation class.

Code:
foreach ($_POST as $key => $field)
{
    $this->form_validation->set_rules($key, '');
}

It appears to work well.


Messages In This Thread
how to clear all form variables like $this->validation->myvar ? - by El Forum - 03-13-2009, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB