views:

75

answers:

2

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 ?

+2  A: 

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.

Alan Haggai Alavi
+1  A: 

we use mnogosearch for what you are doing.

Luixv