私は2ページあります:
コード:
http: //emailser1.hostzi.com/default.phpが含まれています:
<html>
<head><title></title></head>
<body>
<form action="formsend.php" method="post">
address: <input type="text" name="address">
<br/>
age: <input type="text" name="age">
<input type="submit" value="send">
</form>
</body>
</html>
http://emailser1.hostzi.com/dira/sentmail.phpは以下を含みます:
<?php
echo $_POST["address"];
echo "<br />";
echo $_POST["age"];
?>
では、フォームindex.htmlを送信して、sentmail.phpから値を取得し、mircにエコーするにはどうすればよいですか?例が必要です>。<