Is there any way to open MS WORD file using php..?

  • Thread starter Thread starter security
  • Start date Start date
S

security

Guest
Is there any way to open MS WORD file using php..?
I have tried using com object and fopen techniques.
These are not good.
I want a good reliable way to get open word file.
Anybody know about it ?
 
.doc is a proprietary file format, so you probably couldn't do it with some simple php - it would require some really complex coding.
 
I reformatted and no longer have MS Word. Since that day, all of my files open with wordpad, as rich text format files. You may try that.
 
Back
Top