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.

Allow User to Upload Images – PHP Code Snippet

‘;
}
}
?>

Email:

[/php]

Source

Country Drop Down List for Web Forms