Ok here are the specs on a project that I find interesting and really want to start:
Title: Doc Search (For lack of a better one at this point)
Propose: To allow users (mainly myself) to upload files such as .pdf's .doc's .txt's into a mysql database. Users of the system can then do an extensive search which will search through all the files (possibly using categories to limit the search... as well as other possible limiters) and will bring back the resulting documents with the specific sections that match as well as the full documents ....
Setup: php 4.3.2 MySQL 4.0.12
Database Input: .pdf .doc .txt .htm .html .asp .php files (other web formats)
Search input: category date (other limiters) and keywords to search for.
Search output: section of document result was found as well as a link to the entire document
What I would like from all of you all are answers to a few introductory questions that I have:
is the project possible (ie. Can I (through php) access the content of the above file types to be able to search for the search criteria)?
What concerns would you all have if trying to tackle the same project?
What things should I keep in mind as I go?
Any other Comments you may have!
Thanks in advance for all comments