codeigniter form_validation email

49

$this->form_validation->set_rules('email', 'Email', 'trim|required|valid_email');

Comments

Submit
0 Comments