Check if Valid Email Address or Not in Codeigniter Posted on November 2, 2017 by Chandan Sharma in CodeIgniter, PHP Check if Valid Email Address or Not in Codeigniter if(filter_var($email, FILTER_VALIDATE_EMAIL)) { }Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma