Welcome Guest, Not a member yet? Register   Sign In
Validation with variables
#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


Messages In This Thread
Validation with variables - by ruiganga - 04-04-2015, 10:11 AM
RE: Validation with variables - by vrsotto - 04-04-2015, 10:16 AM
RE: Validation with variables - by ruiganga - 04-04-2015, 10:22 AM
RE: Validation with variables - by vrsotto - 04-04-2015, 10:33 AM
RE: Validation with variables - by silentium - 04-04-2015, 11:02 AM
RE: Validation with variables - by ruiganga - 04-04-2015, 04:30 PM
RE: Validation with variables - by ruiganga - 04-04-2015, 04:31 PM
RE: Validation with variables - by silentium - 04-06-2015, 10:51 AM
RE: Validation with variables - by ruiganga - 04-06-2015, 01:02 PM
RE: Validation with variables - by ruiganga - 04-04-2015, 04:45 PM
RE: Validation with variables - by ruiganga - 04-04-2015, 04:53 PM
RE: Validation with variables - by madaan_tushar - 05-26-2015, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB