/*if ($_POST){
// posted information is added to variable message
$message="";
foreach ($_POST as $formfieldname => $formfieldvalue){
$message.="$formfieldname \n $formfieldvalue\n\n"; //
}
// send email with information from the form to
mail("lagi@landartgenerator.org","Form to Mail", $message,"From: