Answers for "form_validation->set_rules"

0

form_validation->set_rules

$this->form_validation->set_message('check_captcha', 'text dont match captcha');
Posted by: Guest on April-22-2022
0

form_validation->set_rules

$this->form_validation->set_rules('username', 'Username', 'callback_username_check');
Posted by: Guest on April-22-2022

Browse Popular Code Answers by Language