将Word文档作为附件发送

时间:2011-08-17 17:21:12

标签: php ms-word content-disposition

我正在使用PHP动态创建Word文档,我需要将其作为附件发送。

有没有办法将它暂时保存到服务器以便通过电子邮件发送?还有更好的方法吗?

<?php
header("Content-type: application/vnd.ms-word");
header("Content-Disposition: attachment;Filename=giftboxnote.doc");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
...other stuf...
</html>

1 个答案:

答案 0 :(得分:0)

您应该查看on programmershelp并在Stackoverflow上:Create Word Document using PHP in Linux以及there