質問編集履歴

3

編集追加

2020/10/01 09:00

投稿

suzuki_code
suzuki_code

スコア2

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,14 @@
13
13
 
14
14
 
15
15
  ご教示ください。
16
+
17
+
18
+
19
+ ```エラー
20
+
21
+ Warning: Cannot modify header information - headers already sent by (output started at ディレクトリzeromail.php:676) in ディレクトリ
22
+
23
+ ```
16
24
 
17
25
 
18
26
 

2

誤字

2020/10/01 09:00

投稿

suzuki_code
suzuki_code

スコア2

test CHANGED
@@ -1 +1 @@
1
- tPHP header関数のエラーについて
1
+ PHP header関数のエラーについて
test CHANGED
File without changes

1

ソースの修正

2020/10/01 08:57

投稿

suzuki_code
suzuki_code

スコア2

test CHANGED
@@ -1 +1 @@
1
- PHP header関数のエラーについて
1
+ tPHP header関数のエラーについて
test CHANGED
@@ -60,10 +60,6 @@
60
60
 
61
61
  header('Location: '.SUCCESSPAGE);
62
62
 
63
- // header('Location: https://www.do-ke.jp/contact-test/thanks.html');
64
-
65
- // exit;
66
-
67
63
  }
68
64
 
69
65
  ```