Welcome Guest, Not a member yet? Register   Sign In
Error with email class in CI 3.1.8
#18

(04-06-2018, 08:31 PM)ardavan Wrote: im using valid_email like this

PHP Code:
$this->form_validation->set_rules('email''lang:valid_email''trim|valid_email|is_unique[USERS.EMAIL]|required'); 

Codeigniter use filter_var does not check if the domain existse. The email is valid. What is the error?
Does the email exist in the user table?
Reply


Messages In This Thread
Error with email class in CI 3.1.8 - by ardavan - 04-04-2018, 12:57 AM
RE: Error with email class in CI 3.1.8 - by Paradinight - 04-06-2018, 11:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB