回答編集履歴

1

actionつけ忘れた

2017/09/28 15:44

投稿

hippoco
hippoco

スコア18

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
 
7
- <form name="form名" method="POST">
7
+ <form name="form名" method="POST" action="confirm.php">
8
8
 
9
9
  ```
10
10