i have site that the user upload files (PDF,WORD,POWER POINT ....) and they want to have the ability to search word in the files, how can i do it ?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

You will have to use modules/packages/classes in PHP which allow you to read such formats as .PDF, .DOC, .PPT. Then, parse through the document and create database entries for words that you encounter, along with other relevant information. Later, you can poll the database for search results.

link|improve this answer
feedback

we use mnogosearch for what you are doing.

link|improve this answer
+1 for mnogosearch – Fedir Nov 24 '11 at 20:43
feedback

Your Answer

 
or
required, but never shown

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