01.
<?
02.
$strWordFileName
=
"Word ไฟล์ง่ายนิดเดียว.doc"
;
03.
header(
"Content-Type: application/vnd.ms-word; name=\"$strWordFileName\""
);
04.
header(
"Content-Disposition: inline; filename=\"$strWordFileName\""
);
05.
header(
"Pragma: no-cache"
);
06.
?>
09.
<html>
10.
<head>
11.
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=windows-874"
/>
12.
</head>
13.
<body>
14.
<table align=
"center"
border=
"0"
cellpadding=
"20"
cellspacing=
"0"
bordercolor=
"#FF0000"
width=
"23.3cm"
height=
"17.5cm"
>
15.
<tr align=
"center"
><td style=
"font-size:36px;"
>ทดสอบการออกรีพอร์ท ๑</td></tr>
16.
<tr align=
"center"
><td style=
"font-size:32px;"
>ทดสอบการออกรีพอร์ท ๒</td></tr>
17.
<tr align=
"center"
><td style=
"font-size:26px;"
>ทดสอบการออกรีพอร์ท ๓</td></tr>
18.
</table>
19.
</body></html>