Back to top

Registrierung AliSearch

$heute = date('Y-m-d');
$year = date('Y');
$month = date('m');

function no_spam($str) {
$str = strtolower($str);
$str = preg_replace( "/(content-type:|bcc:|cc:|to:|from:|@)/im", "",$str);
$str = preg_replace( "/@/im", "at",$str);
return $str;
}

function no_spam_mail($str) {
$str = strtolower($str);
$str = preg_replace( "/(content-type:|bcc:|cc:|to:|from:)/im", "",$str);
//$str = preg_replace( "/im", "at",$str);
return $str;
}

if(isset($_POST['submit'])){

Seiten

Newsfeed der Startseite abonnieren