Originariamente inviato da 13manuel84
Questa bella funzione sembra essere perfetta

codice:
function checkMail( $m ) {
	// andr3a / HTML.IT
	$r = "([a-z0-9]+[\._\-]?){1,3}([a-z0-9])*";
	$r = "/(?i)^{$r}\@{$r}\.[a-z]{2,6}$/";
	return preg_match($r, $m);
}



p.s. stavolta i commenti li ho lasciati
http://forum.html.it/forum/showthrea...hreadid=715694
Grazie mille, la provo