Welcome Guest, Not a member yet? Register   Sign In
Validation with variables
#11

Great tip. Thanks a lot!!
Reply
#12
Rainbow 

//Load first form library

if($this->input->post('submit'))
{
            $this->form_validation->set_rules('field_name', 'Field Title', 'trim|required');
                 if($this->form_validation->run() == TRUE)
{
//perform operations to insert data query
}
}
 
Rolleyes
Reply




Theme © iAndrew 2016 - Forum software by © MyBB