vote up 1 vote down star

I was trying to test code using com class to display Word files but I cannot seem to get the answer and still searching. I get errors and sometimes, programs do not display anything at all. please give me some ideas. I'm working with PHP 4

flag

3 Answers

vote up 0 vote down

Although it may be out of subject, I would suggest moving on to Php 5. Php 4 support stopped in august 2008. It's quite reckless to continue to use it.

link|flag
vote up 2 vote down

If the site is hosted on a Windows machine with Word you may be able to use a COM extension to PHP that will give you access to Word documents. Using the automation methods exposed by Word's Automation model, you could probably do something like export a word document to HTML and then render that HTML to some frame/div on your page. I haven't looked at the code or tried it, but someone has created a word/php class here:
http://www.phpclasses.org/browse/package/3553.html

There are probably many others.

Although I have seen code in the past that will actually read a Word document directly without the use of Automation, I wouldn't recommend it as it could be easily broken by new versions or oddities in file format.

link|flag
i've tried this code already and i get error like path is not valid. but when i've the path to where the file is located. could the php version i am using right now has something to do with it? – Jon Galloway Oct 20 '08 at 11:15
vote up 0 vote down

Do you mean you want to have the word plugin activated in the browser? Try the <object> tag with the correct mime type.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.