How-to articles, tricks, and solutions about MS-WORD
How can I view/open a word document in my browser using with PHP or HTML
You can use the PHP function readfile() to read the contents of a Word document and then use the appropriate headers to prompt the browser to open or download the file.