Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- header("Content-type: application/vnd.ms-word");
- header("Content-Disposition: attachment;Filename=document_name.doc");
- echo "<html>";
- echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=Windows-1252\">";
- echo "<body>";
- echo "<b>My first document</b>";
- echo "</body>";
- echo "</html>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement