For some reason I just keep on getting this error:
Warning: Cannot modify header information - headers already sent by (output started at C:\devtools\xampp\htdocs\pp\xlsreport.php:1) in C:\devtools\xampp\htdocs\pp\xlsreport.php on line 3
This is the piece of code causing this:
line 1:<?php
line 2:
line 3:header("Content-Type: application/vnd.ms-excel");
line 4:header("Expires: 0");
I've tried everything to fix this, but without any succes:
- checked all my white spaces
- maked sure these are the first statements of the php file
- tried using the output buffer
- ...
If any of you got an idea, thanks a million
-T
Warning: Cannot modify header information - headers already sent by (output started at C:\devtools\xampp\htdocs\pp\xlsreport.php:1) in C:\devtools\xampp\htdocs\pp\xlsreport.php on line 3
This is the piece of code causing this:
line 1:<?php
line 2:
line 3:header("Content-Type: application/vnd.ms-excel");
line 4:header("Expires: 0");
I've tried everything to fix this, but without any succes:
- checked all my white spaces
- maked sure these are the first statements of the php file
- tried using the output buffer
- ...
If any of you got an idea, thanks a million
-T