Return to Snippet

Revision: 51645
at September 30, 2011 17:34 by genseric


Initial Code
		if(!preg_match("/^(w+((-w+)|(w.w+))*)@(w+((.|-)w+)*.w+$)/", $_POST["emaill"])) { 
			exit;
		}                          

Initial URL


Initial Description


Initial Title
php valid email

Initial Tags
email, php, textmate

Initial Language
PHP