回答編集履歴

2

誤字の修正

2015/04/05 09:07

投稿

退会済みユーザー
test CHANGED
@@ -1,10 +1,10 @@
1
1
  ①fromタグの部分は以下のように変更してみてください。
2
2
 
3
- echo "<form action='contact-send.php' method='get'>"
3
+ echo "<form action='contact-send.php' method='get'>
4
4
 
5
5
  または
6
6
 
7
- echo "<form action=\"contact-send.php\" method=\"get\">"
7
+ echo "<form action=\"contact-send.php\" method=\"get\">
8
8
 
9
9
 
10
10
 

1

誤字修正

2015/04/05 09:07

投稿

退会済みユーザー
test CHANGED
@@ -1,10 +1,10 @@
1
1
  ①fromタグの部分は以下のように変更してみてください。
2
2
 
3
- echo "<form action='contact-send.php' method='get'>
3
+ echo "<form action='contact-send.php' method='get'>"
4
4
 
5
5
  または
6
6
 
7
- echo "<form action=\"contact-send.php\" method=\"get\">
7
+ echo "<form action=\"contact-send.php\" method=\"get\">"
8
8
 
9
9
 
10
10