I have a application in which user can upload a resume (which will be .doc file).I am uploading that file inside by uploads folder and name of that file is stored in my db.
Now I want to add search module in which admin can enter a keyword in textbox provided and based upon the keyword user detail should be fetch. Keyword should search all the resume and check weather that keyword is present inside any resume. If yes return the user details.
I found this but not able to understand. Please provide me simple logic to do this.
Thanks in advance