Ist es möglich per If-Abfrage bei einer eingegebenen eMail, ob diese existent ist oder nicht. Bzw. gibt es einen besseren If-Abfragen Check als nur nach dem "@" ?
Einklappen
X
-
PHP-Code:if(!eregi('^[A-Z]+(\-?\.?[0-9A-Z]+)+@{1}([0-9A-Z-]+\.{1})+([A-Z]{2,4})$',$mail))
{
echo "<b>$mail</b> ist eine <font color=\"#FF0000\">falsche</font> E-Mail Addresse<br>\n";
}
else
{
echo "<b>$mail</b> ist eine <font color=\"#0000FF\">richtige</font> E-Mail Addresse<br>\n";
}
Überprüft nicht ob sie existiert aber ob sie das richtige "Format" hat![font=tahoma]
Agentursoftware
Zend Framework Resource
FM4 Sammelalbum
"The most important part of the work is the beginning" - Plato
"..so dance while you still have feet and smile while you still have teeth.." - Caesars[/font]
Kommentar
Kommentar