回答編集履歴
1
追記
test
CHANGED
@@ -2,8 +2,14 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
下記と同じ問題
|
5
|
+
下記と同じ問題かと。
|
6
6
|
|
7
7
|
|
8
8
|
|
9
9
|
[PHP - Warning: Cannot modify header information - headers already sent byのエラーが出ます|teratail](https://teratail.com/questions/359063#reply-489697)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
(追記)
|
14
|
+
|
15
|
+
先に出力しちゃってるのは`header('Location: thanks.php');`の前に自分で`echo`してるからでしたね。m.ts10806さんの指摘通り。
|