質問編集履歴

1

誤字訂正

2022/11/07 09:41

投稿

ott0000
ott0000

スコア21

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
  ### 試したこと
11
11
 
12
12
 
13
- 検索にて「Warning: Cannot modify header information - headers already sent by (output started at 」と調べたのですが、 header()の前に何かしらの出力があってはダメと書いてた[リンク内容](url)ため、上にヘッダー出力している<?php include("./header.php");?>が原因かと思いheader()より下に書いた
13
+ 検索にて「Warning: Cannot modify header information - headers already sent by (output started at 」と調べたのですが、 header()の前に何かしらの出力があってはダメと書いてたため、上にヘッダー出力している<?php include("./header.php");?>が原因かと思いheader()より下に書いた
14
14
 
15
15
  結果
16
16
  エラーは出なくなったが、ヘッダーの位置が下になってしまったので、