How can I view a Word document in a PHP page?
Well if you view the source of a Word document in notepad then you'll find that this is rather difficult :)
However there are programs out there to convert Word documents to text, you'll need to install the .exe on your server of one, then load the content into a variable accessible in your PHP script.
Alternatively you could try using the COM controls.
Comments on this Question/Answer
What is the difference move_uploaded_file, copy and ftpput for file uploading?By: vishwas, 15 Jan 2009 22:18:43
Reply to comments / post your own comment >>>
ASK A QUESTION
More files PHP Questions
How can i upload large files like mp3 songs using php?Hello, I have a php file that has octet binary numbers in it. How can I see the actual wording? This is an example of how it look: 00111010 11010010 And so on.
how to upload large files like mp3 songs in php
How do I open a file to write content to?
Would like to create a web page by using the contents of file#1 as input, writing contents of a variable as content, and ending with contents of file#2. Would you please help me learn how to do this? Here is my attempt: $in1 = 'input1.html'; $in2 =
