Mining data from databases have seen many upgrades since few decades considering the development of huge data repositories with the advent of internet revolution worldwide. Inherently, the importance of search algorithms to mine data has gained prominence over a period of time. Many programming languages have been used to retrieve relevant information from databases. In this paper, the author presents the E-Literature database created in MySQL with all possible entries, such as ISSN, Publisher name, publication type, etc. Authors from different geographical regions can also be searched from the database. The search algorithm code implemented in the work is used to search the database with varied options, such as 'Abstract', 'keywords', 'affiliation', 'country', 'ISSN', etc. Each search option and the relevant code were written in PHP. Binary search algorithm has been implemented in the work to perform search routine. Apart from general search option, a robust search method which combines various search combinations called 'combination search' can be used to efficiently mine data.