Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
if(!preg_match( '/^([a-zA-Z0-9])+([\.a-zA-Z0-9_-])*@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-]+)+/' , $mailadresse)) $fehler = "Mailadresse nicht ok....!";
elseif(stristr($subject,"\r") or (stristr($subject,"\n"))) $fehler = "Betreff ungültig, keine Umbrüche erlaubt.....!";