foreach ($_POST as $key => $val) { $text.=$key.":".$val."\n"; } mail("myemail@myhost.net","טופס",$text);