An attempt to remedy for some of the problems faced by Keyword search and to upgrade performances and precision of keyword based search technique coded entirely in PHP and XML.
1. It consists of search API,crawler and Indexer.
2. crawler fetch's webpage at given URL and crawls the remaining un-crawled links which returns output as XML document
3. Indexer builds an index to store data obtained by the crawler based on the frequency of a word appearing in web page ,prefix of a word can be stored in alphabetic order.
4. User enters a query into search engine to satisfy his/her needs by using a web page .
5. The search API looks through indexed data retrieves the links and display it to user.