ผมลองนำโค้ดข้างล่าง
<?
header('Content-type: application/ms-word');
header('Content-Disposition: attachment; filename="report.doc"');
?>
ไปแทรกไว้ในโค้ดที่แสดงข้อมูลเป็น word ของผมแล้ว ต้องการจะไห้เวลาที่เราเลือกข้อมูลแล้วแสดงออกมาแต่ทำไมมัน error แบบนี้ครับ ไม่ยอมเป็น word ไห้โหลดหรือดูเลยครับ
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\sar\report1.php:1) in C:\AppServ\www\sar\report1.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\sar\report1.php:1) in C:\AppServ\www\sar\report1.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\sar\report1.php:1) in C:\AppServ\www\sar\report1.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\sar\report1.php:1) in C:\AppServ\www\sar\report1.php on line 4
Date :
10 พ.ย. 2551 14:29:12
By :
tong
No. 3
Guest
<?ob_start();?>
เอาไว้บนสุดเด่อ
Date :
10 พ.ย. 2551 15:25:05
By :
อิอิ
No. 4
Guest
ยังเป็นเหมือนเดิมครับ
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\sar\report1.php:2) in C:\AppServ\www\sar\report1.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\sar\report1.php:2) in C:\AppServ\www\sar\report1.php on line 5