<form action="" method="POST">
<p>お名前:<input type="text" name="name" value=""></p>
<p>メールアドレス:<input type="text" name="email" value=""></p>
<p>パスワード:<input type="password" name="password" value=""></p>
<p><input type="submit" value="新規登録"> <a href="index.php">戻る</a></p>
</form>
|