'.$text.''."\n\n"; if (mail ( $an, $betreff, $content, $header ) === true) { echo $ok; } else { echo $error; } } ?>