Check Valid Email Address – PHP Code Snippet

Check Valid Email Address - PHP Code Snippet

Starting a new series about code Snippets, In this series we share some useful code snippets of HTML, HTML5, CSS, CSS3, PHP, Javascript and jQuery snippets. We hope that these snippets will worthwhile for our readers and should help in your projects.

Today we share a PHP Code Snippets “Check valid email address”.

[php]
This is a valid email.

‘;
}else{
echo ‘

This is an invalid email.

How to Make Bootstrap Dropdown Menu Extend on Hover

‘;
}
}
?>

Email:

[/php]

Source

How to Automatically Set the Featured Image in WordPress