How to Read Word Document

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
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

How to Read Word Document

Post by sarbas »

hi

i want to read word document and store into database.any one can help me....
waiting for your hopeful reply thanks.


regards
Sarbas
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: How to Read Word Document

Post by alex.barylski »

fopen, fread, and store the buffer in a DB field...

If you want to actually extract certain parts of the word document, like it's Author, Title, etc...you need to find a class that parses the document or start writing one from scratch - I'd look up PHPClasses.org for a existing class though.
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

Re: How to Read Word Document

Post by sarbas »

hi,

thanks buddy let's i am going to try.......


regards
sarbas
Post Reply