質問するログイン新規登録

質問編集履歴

1

書式の改善

2016/07/15 09:53

投稿

ilovephpxoxo
ilovephpxoxo

スコア17

title CHANGED
File without changes
body CHANGED
@@ -6,7 +6,10 @@
6
6
  setcookie('name','','time() - 60*60');
7
7
  上記を参考にして、処理して以下のようになりました。
8
8
  ですが、
9
+ Warning: Cannot modify header information
10
+ - headers already sent by
9
- Warning: Cannot modify header information - headers already sent by (output started at C:\Users\**\Desktop\**\index.php:9) in C:\Users\**\Desktop\**\index.php on line 17
11
+ (output started at C:\Users\Desktop\index.php:9)
12
+ in C:\Users\Desktop\index.php on line 17
10
13
  とエラーが出ました。
11
14
  この解決方法を教えてください。
12
15
  ```ここに言語を入力