01.
<?php
02.
header(
'Content-Type: application/vnd.ms-word'
);
03.
'Content-Disposition: attachment;filename="myfile.docx"'
04.
'Cache-Control: max-age=0'
05.
06.
// Code that generates DOC
07.
08.
// output the file to the browser
09.
$objWriter
= PHPWord_IOFactory::createWriter(
$PHPWord
,
'Word2007'
10.
->save(
'php://output'
11.
exit
;
12.
?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง