| Author |
to search data from the computer using language
|
Megha Singhal
Ranch Hand
Joined: Feb 28, 2012
Posts: 128
|
|
i want to know if i am having a folder in which data are like pdfs, excel sheet, word file, etc so and i want search these files on some key word that can be anywhere in the document.
so how can i do that using php.
|
 |
Megha Singhal
Ranch Hand
Joined: Feb 28, 2012
Posts: 128
|
|
Megha Singhal wrote:i want to know if i am having a folder in which data are like pdfs, excel sheet, word file, etc so and i want search these files on some key word that can be anywhere in the document.
so how can i do that using php.
and the keyword i provide through text field and provide path to that document folder and then i search within that folder for particular keyword given by the user through text box.
kindly help me in this.
|
 |
K. Tsang
Ranch Hand
Joined: Sep 13, 2007
Posts: 1222
|
|
Once the file is opened/read, searching the file becomes the easy part. But first you to first determine the file type and read it. Now reading different type files may need some work. You may want to look into the linux utilities or open source libraries because I don't think PHP itself can do all these types.
|
K. Tsang JavaRanch SCJP5 SCJD/OCM-JD
|
 |
 |
|
|
subject: to search data from the computer using language
|
|
|