Please help: How to read text from MSword doc

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
darkangle123
Forum Newbie
Posts: 1
Joined: Tue Feb 06, 2007 8:57 am

Please help: How to read text from MSword doc

Post by darkangle123 »

I am new programer. I have to read text from a msdoc file. But i could not find a way:(. Can anyone please help me how to read text from a msword doc file?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Google it, have a look for PEAR libraries, or get word to save it as XML or plain text both or which are PHP friendly.
Post Reply