/* this part can either be in the same file as the form or it can be in a different file. If you want this in a different file, make the "action" of the form go to that file */ if(sizeof($_POST)) { $body = ""; while(list($key, $val) = each($HTTP_POST_VARS)) { $body .= "$key: $val \n"; } mail("toxic@mold-help.org", // to "Subject Line", $body); echo "Thanks for your submission. The results were mailed."; } // end form processing ?>
Tell us what you think about our web site or anything else that comes to mind. We welcome all of your comments and suggestions.