Hi
Is it possible to create a search facility in PHP which searches the content of files stored on disk rather than database content?
i.e. a user uploads many word/pdf documents which are typically linked from website pages and content, but when a user searches for specific words, instead of writing a script which searches the database for matches, it searches a specific folder on the server containing hundreds of files and displays the search results based on those findings?
Answers on a postcard please!
P.s. Or is it something that should be avoided completely?