How to read doc/docx with PHP

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
realdrouin
Forum Newbie
Posts: 5
Joined: Mon Feb 15, 2010 11:36 am

How to read doc/docx with PHP

Post by realdrouin »

Hi,
Our company we are receiving '"tons" of resumes everyday. I've been ask to right a program that:
1. Create an html page of the resumes. I mean one html page per resume
2. Extract all the text of each resume and keep it in the database

I've tried a lot of programs/scripts to do it and cannot find a good solution. I've seen the solution with zip_archive and don't ask me why but the zip "thing' doesnt' work

Any of you have a solution
Post Reply