codeigniter form_validation email
$this->form_validation->set_rules('email', 'Email', 'trim|required|valid_email');
codeigniter form_validation email
$this->form_validation->set_rules('email', 'Email', 'trim|required|valid_email');
codeigniter validation text length
$this->form_validation->set_rules('ratingMessage', 'Review message', 'trim|max_length[255]|max_length[10]');
$this->form_validation->set_message('max_length', 'Message you have entered for %s is too long please try again!');
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us