Page Number: Page 1 of 1
Actual Results
- azhaz_ri
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Create Word Document
- Subject: PHP Create Word Document
- Replies: 22
- Views: 37372
- Subject: PHP Create Word Document
Posted: November 2nd, 2006, 7:39 pm
try put this code at in your code..
header("Content-Type: application/vnd.ms-word");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("content-disposition: attachment;filename=test.doc");
header("Content-Type: application/vnd.ms-word");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("content-disposition: attachment;filename=test.doc");

