$formfieldvalue){ $message.="$formfieldname \n $formfieldvalue\n\n"; // } // send email with information from the form to mail("lagi@landartgenerator.org","Form to Mail", $message,"From: \nContent-Type: text/plain"); } // add to text file with log of submitted information on server $filename= "mailing.txt"; $content .= $_POST["Email"]; $fp = fopen($filename,"a"); // $fp is now the file pointer to file $filename if($fp){ fwrite($fp,$content); // Write information to the file fclose($fp); // Close the file } */ ?>
      



Your Name:
Your Email:
Message: