Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
loadVariables("send_go.php", "", "GET");
<?php
$mailto = "$emp";
$header="From:$vorname $nachname <$email>\n";
$header .= "Bcc: $empcc\n";
$header .= "X-Mailer: PHP/" . phpversion(). "\n";
$header .= "X-Sender-IP: $REMOTE_ADDR\n";
$header .= "Content-Type: text/html\n";
$mailbody = "------------------------------ \n";
$mailbody .= "Absender: \n";
$mailbody .= "------------------------------ \n";
$mailbody .= "Vorname: $vorname \n";
$mailbody .= "Nachname: $nachname \n";
$mailbody .= "Alter: $alter \n";
$mailbody .= "Strasse: $strasse \n";
$mailbody .= "PLZ: $plz \n";
$mailbody .= "Ort: $ort \n";
$mailbody .= "Telefon: $telefon \n";
$mailbody .= "eMail: $email \n";
$mailbody .= "Antwort: $antwort2 \n";
urlencode($mailbody);
mail($mailto,"Teilnehmer am Gewinnspiel",$mailbody,$header);
?>
aber das is mir jetzt egal....Seit der MX Version arbeitet Flash mit Unicode Texten. mit "System.useCodepage = true;" dann ist es nicht mehr unicode... dann gibt´s allerdings probleme mit dem mac etc..