Welcome Guest, Not a member yet? Register   Sign In
insert not working.
#6

[eluser]reghan[/eluser]
I did this an I am getting a * required for the validation_errors.

Code:
//set validation rules
  $this->form_validation->set_rules('sysname', 'System Name', 'required');
  $this->form_validation->set_rules('server','Server Name', 'required');
  $this->form_validation->set_rules('ha', 'HA','required');
  $this->form_validation->set_rules('dr', 'DR','required');
  $this->form_validation->set_rules('descrip','Description', 'required');
  $this->form_validation->set_rules('class','Class', 'required');
  $this->form_validation->set_rules('lowRTO','Lowest RTO', 'required|numeric');
  $this->form_validation->set_rules('lowProcess','Lowest RTO Process', 'required');
  $this->form_validation->set_rules('lowDept','Lowest RTO Department', 'required');
  
  //set rule messages
  $this->form_validation->set_message('required', '* required');
  $this->form_validation->set_message('numeric', '* Must be numeric');

I am feeling a little silly but I still cannot figure it out. This is my error validation code above.

Any thought!?!?
Smile


Messages In This Thread
insert not working. - by El Forum - 06-11-2012, 11:29 AM
insert not working. - by El Forum - 06-11-2012, 11:55 AM
insert not working. - by El Forum - 06-11-2012, 12:01 PM
insert not working. - by El Forum - 06-11-2012, 12:03 PM
insert not working. - by El Forum - 06-11-2012, 12:05 PM
insert not working. - by El Forum - 06-11-2012, 12:10 PM
insert not working. - by El Forum - 06-11-2012, 12:12 PM
insert not working. - by El Forum - 06-11-2012, 12:14 PM
insert not working. - by El Forum - 06-11-2012, 12:16 PM
insert not working. - by El Forum - 06-11-2012, 12:17 PM
insert not working. - by El Forum - 06-11-2012, 12:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB